summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-04 10:31:59 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-04 10:31:59 -0500
commita5dffd6c24ddda8307d67b14eb068ffc3715ef28 (patch)
tree9b2bcfac35fcdc48924a95b13a125488a85f0be7 /lisc/lisc.h
parent4467769253ea6f11a8899529c075249d8bc7d135 (diff)
downloadroux-a5dffd6c24ddda8307d67b14eb068ffc3715ef28.tar.gz
bump up NIns, should not hurt us
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 3b43d47..813f9b2 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -78,7 +78,7 @@ enum Reg {
 enum {
 	NString = 32,
 	NPred   = 15,
-	NIns    = 256,
+	NIns    = 8192,
 	NAlign  = 3,
 	NSeg    = 32,
 	NTyp    = 128,