[Nasm-bugs] [Bug 3392599] git nasm: nondeterministic errors when building lDebug assembler tables

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sat Aug 10 03:46:05 PDT 2019


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

--- Comment #2 from C. Masloch <pushbx at 38.de> ---
Updated to the actual most recent commit, nasm-2.14.03rc2-369-ga2c1c7d0, same
kinds of errors:

source$ nasm -v
NASM version 2.15rc0 compiled on Aug 10 2019
source$ nasm debug.asm -I ../../lmacros/
debugtbl.inc:72: error: control character in string not allowed here
debugtbl.inc:74: warning: unterminated string [-w+other]
debugtbl.inc:74: error: expression syntax error
debugtbl.inc:75: error: expression syntax error
asmtabs.asm:366: error: symbol `OPLIST_01' not defined
asmtabs.asm:366: error: symbol `OPLIST_02' not defined
asmtabs.asm:366: error: symbol `OPLIST_3D' not defined
asmtabs.asm:366: error: symbol `OPLIST_3E' not defined
asmtabs.asm:366: error: symbol `OPLIST_3F' not defined
asmtabs.asm:366: error: symbol `OPLIST_40' not defined
asmtabs.asm:366: error: symbol `OPLIST_41' not defined
source$ nasm debug.asm -I ../../lmacros/
debugtbl.inc:12: error: control character in string not allowed here
debugtbl.inc:71: error: control character in string not allowed here
debugtbl.inc:73: error: expression syntax error
debugtbl.inc:74: warning: unterminated string [-w+other]
debugtbl.inc:74: error: expression syntax error
asmtabs.asm:366: error: symbol `OPLIST_01' not defined
asmtabs.asm:366: error: symbol `OPLIST_02' not defined
asmtabs.asm:366: error: symbol `OPLIST_3D' not defined
asmtabs.asm:366: error: symbol `OPLIST_3E' not defined
asmtabs.asm:366: error: symbol `OPLIST_3F' not defined
asmtabs.asm:366: error: symbol `OPLIST_40' not defined
asmtabs.asm:366: error: symbol `OPLIST_41' not defined
source$

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