Fix asm operator in expressions

Signed-off-by: VVWVV <d0u61ev@gmail.com>
This commit is contained in:
VVWVV 2017-08-01 22:35:40 +03:00
parent e19354a52c
commit f7edb7dd90

View File

@ -1454,6 +1454,7 @@ static int hier2(value *lval)
if (!matchtoken('{'))
error(38);
lex(&val,&st);
lval->ident=iEXPRESSION;
asm_parse_line();
if (!matchtoken('}'))
error(38);