summaryrefslogtreecommitdiff
path: root/uscript/xbytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'uscript/xbytecode.h')
-rw-r--r--uscript/xbytecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h
index 34f7f43..1a7f359 100644
--- a/uscript/xbytecode.h
+++ b/uscript/xbytecode.h
@@ -11,6 +11,7 @@ BC(GET_GLOBAL)
BC(SET_GLOBAL)
BC(GET_UPVAL)
BC(SET_UPVAL)
+BC(PUSH_INDEX)
BC(GET_INDEX)
BC(SET_INDEX)
BC(POP)