diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index e93e920..4f4fcd7 100644 --- a/src/common.h +++ b/src/common.h @@ -84,6 +84,7 @@ enum ejit_opcode { START, END, + LABEL, OPCODE_COUNT, }; |