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, 1 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index abb025f..2219628 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -50,7 +50,7 @@ enum {
 	OSub,
 	ODiv,
 	OMod,
-	OConst,
+	OCopy,
 
 	/* reserved instructions */
 	OX86Div,