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 80d9ed1ea..c9a86f7b9 100644 --- a/byterun/instruct.h +++ b/byterun/instruct.h @@ -49,5 +49,5 @@ enum instructions { BEQ, BNEQ, BLTINT, BLEINT, BGTINT, BGEINT, ULTINT, UGEINT, BULTINT, BUGEINT, STOP, - EVENT, BREAK, + EVENT, BREAK }; |