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 9fff535..9c75c1d 100644
--- a/clox/src/chunk.h
+++ b/clox/src/chunk.h
@@ -37,6 +37,7 @@ typedef enum {
OP_CLOSE_UPVALUE,
OP_RETURN,
OP_CLASS,
+ OP_METHOD,
} OpCode;
typedef struct {