summary refs log tree commit diff
path: root/lisc/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/parse.c')
-rw-r--r--lisc/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/parse.c b/lisc/parse.c
index 731b51f..79b0c73 100644
--- a/lisc/parse.c
+++ b/lisc/parse.c
@@ -21,8 +21,8 @@ OpDesc opdesc[OLast] = {
 	[ONop]    = { "nop",   0, U },
 	[OCopy]   = { "copy",  1, U },
 	[OSwap]   = { "swap",  2, T },
-	[OIADiv]  = { "iadiv", 1, U },
-	[OIACltd] = { "iacltd", 0, U },
+	[OXDiv]   = { "xdiv", 1, U },
+	[OXCltd]  = { "xcltd", 0, U },
 };
 
 typedef enum {