diff options
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r-- | byterun/instruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h index 823a0ed76..5ad1e6c41 100644 --- a/byterun/instruct.h +++ b/byterun/instruct.h @@ -44,7 +44,7 @@ enum instructions { NEGINT, ADDINT, SUBINT, MULINT, DIVINT, MODINT, ANDINT, ORINT, XORINT, LSLINT, LSRINT, ASRINT, EQ, NEQ, LTINT, LEINT, GTINT, GEINT, - OFFSETINT, OFFSETREF, + OFFSETINT, OFFSETREF, ISINT, GETMETHOD, STOP, EVENT, BREAK }; |