[Nasm-bugs] [Bug 3392543] Pain with %arg names in macro expansions

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sun Dec 30 19:55:57 PST 2018


https://bugzilla.nasm.us/show_bug.cgi?id=3392543

--- Comment #4 from H. Peter Anvin <hpa at zytor.com> ---
One way to make it work might be to save away a list of the arguments in a
macro and %undef them all in your endproc macro.

The other option is of course to prefix the macros with %$.

You may also want to consider if you actually need a frame pointer (one of the
things that makes this stuff needlessly expensive, and why I think it is bogus
as designed.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list