summaryrefslogtreecommitdiff
path: root/asm/directiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/directiv.c')
-rw-r--r--asm/directiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/directiv.c b/asm/directiv.c
index 53c1917c..68a74a12 100644
--- a/asm/directiv.c
+++ b/asm/directiv.c
@@ -369,7 +369,7 @@ bool process_directives(char *directive)
break;
if (type == LBL_COMMON || type == LBL_EXTERN)
- define_label(value, seg_alloc(), size, false);
+ define_label(value, 0, size, false);
break;
}