diff options
Diffstat (limited to 'emma.c')
-rw-r--r-- | emma.c | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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); } |