diff options
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r-- | byterun/instruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h index c0cf5f2df..a2eb5b7b5 100644 --- a/byterun/instruct.h +++ b/byterun/instruct.h @@ -53,6 +53,7 @@ enum instructions { BEQ, BNEQ, BLTINT, BLEINT, BGTINT, BGEINT, ULTINT, UGEINT, BULTINT, BUGEINT, + GETPUBMET, GETDYNMET, STOP, EVENT, BREAK }; |