aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'clox/src/chunk.h')
-rw-r--r--clox/src/chunk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clox/src/chunk.h b/clox/src/chunk.h
index dda2b31..2807d30 100644
--- a/clox/src/chunk.h
+++ b/clox/src/chunk.h
@@ -12,6 +12,7 @@ typedef enum {
OP_POP,
OP_GET_GLOBAL,
OP_DEFINE_GLOBAL,
+ OP_SET_GLOBAL,
OP_EQUAL,
OP_GREATER,
OP_LESS,