summaryrefslogtreecommitdiff
path: root/bcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/function.c')
-rw-r--r--bcc/function.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcc/function.c b/bcc/function.c
index 1d48a19..7beaa14 100644
--- a/bcc/function.c
+++ b/bcc/function.c
@@ -234,7 +234,7 @@ struct symstruct *target;
PRIVATE void out_callstring()
{
outop3str(callstring);
-#ifdef I8088
+#ifdef I80386
if (i386_32)
bumplc2();
#endif
@@ -305,7 +305,7 @@ PUBLIC void reslocals()
pushlist(doubleargregs);
break;
case 4:
-# ifdef I8088
+# ifdef I80386
if (!i386_32)
# endif
{