summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h
index e31e2aa..f24d099 100644
--- a/all.h
+++ b/all.h
@@ -33,7 +33,7 @@ typedef struct Target Target;
 enum {
 	NString = 32,
 	NPred   = 63,
-	NIns    = 8192,
+	NIns    = 1 << 20,
 	NAlign  = 3,
 	NField  = 32,
 	NBit    = CHAR_BIT * sizeof(bits),