diff options
Diffstat (limited to 'asm/lexer.h')
-rw-r--r-- | asm/lexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/lexer.h b/asm/lexer.h index 000e33a..e8897b6 100644 --- a/asm/lexer.h +++ b/asm/lexer.h @@ -28,7 +28,9 @@ typedef enum TokenType TOKEN_DUP, TOKEN_MALLOC, TOKEN_MSET, + TOKEN_MSET_STACK, TOKEN_MGET, + TOKEN_MGET_STACK, TOKEN_MDELETE, TOKEN_MSIZE, TOKEN_NOT, |