aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir
diff options
context:
space:
mode:
Diffstat (limited to 'ir')
-rw-r--r--ir/ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/ir.h b/ir/ir.h
index 297de82..e16cdda 100644
--- a/ir/ir.h
+++ b/ir/ir.h
@@ -219,7 +219,7 @@ struct mctarg {
void (*emit)(struct function *);
};
-enum { MAXINSTR = 1<<14 };
+enum { MAXINSTR = 1<<15 };
/** ir.c **/
extern uchar type2cls[];