Fix asm operator in expressions
Signed-off-by: VVWVV <d0u61ev@gmail.com>
This commit is contained in:
parent
e19354a52c
commit
f7edb7dd90
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user