summaryrefslogtreecommitdiff
path: root/bcc/assign.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/assign.c')
-rw-r--r--bcc/assign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc/assign.c b/bcc/assign.c
index 2dce7c4..f6b08c7 100644
--- a/bcc/assign.c
+++ b/bcc/assign.c
@@ -356,7 +356,7 @@ struct symstruct *target;
load(target, DREG);
if (target->type == sctype)
sctoi();
-#ifdef I8088
+#if defined(I8088) && defined(I80386)
else if (tscalar & SHORT)
{
if (tscalar & UNSIGNED)