summaryrefslogtreecommitdiff
path: root/bcc/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/label.c')
-rw-r--r--bcc/label.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bcc/label.c b/bcc/label.c
index 5b07af9..394a47c 100644
--- a/bcc/label.c
+++ b/bcc/label.c
@@ -316,9 +316,11 @@ label_t label;
outbyte(' ');
outtab();
bumplc2();
+#ifdef I80386
if (i386_32)
bumplc();
#endif
+#endif
#ifdef MC6809
outcond(cond);
bumplc();