[Nasm-bugs] [Bug 3392622] incorrect source line number in case of multipass preprocesser running

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Sun Sep 26 05:00:21 PDT 2021


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

--- Comment #2 from RomekAtomek <romek.globescs at wp.pl> ---
At the beginning of each file I added a "% line 1" directive. Now the line
number in the list file is almost correct and the error / warning message
contains the correct line number in the source file.


com32.asm:21: error: parser: instruction expected
test\xx\ccc.asm:12: warning: label alone on a line without a colon might be in
error [-w+label-orphan]
cba.inc:12: warning: label alone on a line without a colon might be in error
[-w+label-orphan]


This is a solution for me, but inconvenient.

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