summaryrefslogtreecommitdiffstats
path: root/bytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode.h')
-rw-r--r--bytecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.h b/bytecode.h
index 8662c4d9..6cb49f7a 100644
--- a/bytecode.h
+++ b/bytecode.h
@@ -11,7 +11,7 @@ typedef enum {
} opcode;
enum {
- NUM_OPCODES =
+ NUM_OPCODES =
#define OP(name, imm, in, out) +1
#include "opcode_list.h"
#undef OP