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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 8159224..a70c7a5 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -127,6 +127,8 @@ enum Op {
 	ORem,
 	OMul,
 	OAnd,
+	OSext,
+	OZext,
 	OCmp,
 	OCmp1 = OCmp + NCmp-1,
 	OStorel,