mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
4def1a8db4
It can be hard to find errors inside potentially nested macros. Show the mmacro expansion stack when printing diagnostics. Note that a list file doesn't help for errors that are detected before the code-generation pass. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
4 lines
36 B
PHP
4 lines
36 B
PHP
%macro blej 1
|
|
mov eax,%1
|
|
%endmacro
|