summaryrefslogtreecommitdiff
path: root/bcc/gencode.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/gencode.c')
-rw-r--r--bcc/gencode.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcc/gencode.c b/bcc/gencode.c
index 91c524f..6c97e1d 100644
--- a/bcc/gencode.c
+++ b/bcc/gencode.c
@@ -81,6 +81,9 @@ PUBLIC bool_t arg1inreg = TRUE;
PUBLIC store_pt calleemask = INDREG1 | INDREG2;
PUBLIC bool_t callersaves = TRUE;
PUBLIC char *callstring = "JSR\t>";
+#ifndef VERY_SMALL_MEMORY
+PUBLIC bool_t ancient = FALSE;
+#endif
PUBLIC store_pt doubleargregs = DREG | INDREG0 | INDREG1 | INDREG2;
PUBLIC store_pt doubleregs = DREG | INDREG0 | INDREG1 | INDREG2;
PUBLIC store_pt doublreturnregs = DREG | INDREG0 | INDREG1 | INDREG2;