[Nasm-bugs] [Bug 3392589] interminable macro recursion with current git/master

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Thu Aug 8 10:47:02 PDT 2019


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

Ozkan Sezer <sezeroz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sezeroz at gmail.com

--- Comment #1 from Ozkan Sezer <sezeroz at gmail.com> ---
However, if I explicitly write it the following way,
it doesn't fail:

%define myfunc _myfunc
global myfunc
myfunc:
        ret

-- 
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