When skipping a macro definintion because of an error, apply the same handling
regarding .endmacro as when the macro is parsed regularily: A .endmacro ends the macro only if is the first token on a line.
This commit is contained in:
6
test/asm/listing/142-errormsg.s
Normal file
6
test/asm/listing/142-errormsg.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.macro mac
|
||||
.define endmac .endmacro
|
||||
.endmacro
|
||||
.macro mac
|
||||
.define endmac .endmacro
|
||||
.endmacro
|
||||
Reference in New Issue
Block a user