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, 3 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 9a627a8..354c8c7 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -217,6 +217,9 @@ enum Op {
 	OAnd,
 	OOr,
 	OXor,
+	OSar,
+	OShr,
+	OShl,
 	OCmpw,
 	OCmpw1 = OCmpw + NICmp-1,
 	OCmpl,