mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
incbin: use the macro name itself as context name
Use the macro name itself as the context name, this is consistent with other standard macros.
This commit is contained in:
parent
6353a6c524
commit
1d19fbf537
@ -144,7 +144,7 @@ __SECT__
|
||||
%endmacro
|
||||
|
||||
%imacro incbin 1-2+.nolist 0
|
||||
%push _incbin
|
||||
%push incbin
|
||||
%pathsearch %$dep %1
|
||||
%depend %$dep
|
||||
%? %$dep,%2
|
||||
|
Loading…
Reference in New Issue
Block a user