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 2ec7a8d..37f5d6e 100644
--- a/clox/src/chunk.h
+++ b/clox/src/chunk.h
@@ -28,6 +28,7 @@ typedef enum {
OP_JUMP,
OP_JUMP_IF_FALSE,
OP_LOOP,
+ OP_CALL,
OP_RETURN,
} OpCode;