summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-08-11 16:26:12 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:31 -0400
commit1583f4bd329440a78f6d261cfad1043095439bbd (patch)
treeec42503fb37a34bfad87605fc6eda4308a638263 /lisc/lisc.h
parentf6df9e55c53cbab88f8222e4c13390c7adf03e6f (diff)
downloadroux-1583f4bd329440a78f6d261cfad1043095439bbd.tar.gz
split store into store{w,l}
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index e57582d..cd64e29 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -128,7 +128,8 @@ enum {
 	ORem,
 	OCmp,
 	OCmp1 = OCmp + NCmp-1,
-	OStore,
+	OStorel,
+	OStorew,
 	OStores,
 	OStoreb,
 	OLoad,