summaryrefslogtreecommitdiff
path: root/emma.c
diff options
context:
space:
mode:
Diffstat (limited to 'emma.c')
-rw-r--r--emma.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/emma.c b/emma.c
index d3f59a9..ce2e113 100644
--- a/emma.c
+++ b/emma.c
@@ -46,12 +46,6 @@ static const char id[]="$Id$";
#define LO(w) ((w)&0xff)
#define MK(h,l) (((Z80Word)(h))<<8|(l))
-typedef struct
-{
- Z80Word address;
- const char *label;
-} Z80Label;
-
/* ---------------------------------------- GLOBALS
*/
static Z80 *z80;
@@ -665,6 +659,8 @@ static void DoLabel(int no, const char *arg[])
if (label)
label[f].label=NULL;
+ Z80SetLabels(label);
+
fclose(fp);
}