aboutsummaryrefslogtreecommitdiff
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 6f6e6aa..b7c0364 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -13,7 +13,7 @@ const char* tsl_opcode_to_string(TslOpcode opcode) {
case TSL_OPCODE_SETV: return "setv";
case TSL_OPCODE_LIST: return "list";
case TSL_OPCODE_MAP: return "map";
- case TSL_OPCODE_MINDEX: return "mindex";
+ case TSL_OPCODE_INDEX: return "index";
case TSL_OPCODE_CALLF: return "callf";
case TSL_OPCODE_ADD: return "add";
case TSL_OPCODE_SUB: return "sub";