summaryrefslogtreecommitdiff
path: root/uscript/xbytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'uscript/xbytecode.h')
-rw-r--r--uscript/xbytecode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h
index 16ad7a3..95f1440 100644
--- a/uscript/xbytecode.h
+++ b/uscript/xbytecode.h
@@ -7,6 +7,8 @@ BC(ZILCH)
BC(ARR)
BC(GET_LOCAL)
BC(SET_LOCAL)
+BC(GET_GLOBAL)
+BC(SET_GLOBAL)
BC(GET_UPVAL)
BC(SET_UPVAL)
BC(GET_INDEX)