[Nasm-bugs] [Bug 3392459] Internal assert failure when creating elfx32 executable

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Sat Jan 27 13:47:38 PST 2018


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

Carlos Reyes <creyes123 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |creyes123 at yahoo.com

--- Comment #2 from Carlos Reyes <creyes123 at yahoo.com> ---
Thank you for the quick response. I modified this line and it now appears to be
working.

was: output/outelf.c(3255):
    if (is_elf32()) {


now: output/outelf.c(3255):
    if (is_elf32() || is_elfx32()) {

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


More information about the Nasm-bugs mailing list