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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 12ea1ea..17ebc9c 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -253,6 +253,7 @@ enum Op {
 	OTruncd,
 	OFtosi,
 	OSitof,
+	OCast,
 
 	OAlloc,
 	OAlloc1 = OAlloc + NAlign-1,