aboutsummaryrefslogtreecommitdiff
path: root/include/bytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bytecode.h')
-rw-r--r--include/bytecode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bytecode.h b/include/bytecode.h
index 912da89..c0930ad 100644
--- a/include/bytecode.h
+++ b/include/bytecode.h
@@ -24,7 +24,6 @@ typedef enum {
TSL_OPCODE_SUB,
TSL_OPCODE_MUL,
TSL_OPCODE_DIV,
- TSL_OPCODE_LOADCA, /* add command argument to stack */
TSL_OPCODE_CALLC /* run a program using N arguments from the stack, where the bottom value is the name of the program */
} TslOpcode;