summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
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,