diff --git a/src/asm/lexer.c b/src/asm/lexer.c index 1179a573..a6a8b693 100644 --- a/src/asm/lexer.c +++ b/src/asm/lexer.c @@ -1109,6 +1109,8 @@ static int yylex_NORMAL(void) return T_OP_NOT; case '@': + yylval.tzSym[0] = '@'; + yylval.tzSym[1] = '\0'; return T_ID; /* Handle accepted single chars */