diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-25 20:44:20 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-25 20:44:20 +0300 |
commit | 8f44960246c39845df83464ea9b4bc59220265aa (patch) | |
tree | 6965b61ec7c193378bc38386450e05beea145048 /src/common.h | |
parent | fe3d9c7dfbe4190ecf0919abe474e4da4c019566 (diff) | |
download | ejit-8f44960246c39845df83464ea9b4bc59220265aa.tar.gz ejit-8f44960246c39845df83464ea9b4bc59220265aa.zip |
example compiles under jit
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, }; |