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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index d116012..f9e3222 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -89,8 +89,8 @@ enum {
 	OLoad,
 	/* reserved instructions */
 	OCopy,
-	OXCltd,
-	OXDiv,
+	OIACltd,
+	OIADiv,
 	OLast
 };