[Nasm-bugs] [Bug 3392723] Wrong error line showed

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Sun Dec 6 15:14:31 PST 2020


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

Igor Munkin <imun at cpan.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|OPEN                        |CLOSED
                 CC|                            |imun at cpan.org
         Resolution|---                         |FIXED

--- Comment #1 from Igor Munkin <imun at cpan.org> ---
It looks the issue has gone as a result of 16ab7aed.

| $ cat file1.asm   
| mov ax, 1
| mov bx, 2
| mov cx, 3
| mov dx, 4
|
| %include "file2.asm"
| $ cat file2.asm 
| mov ax. 1
| $ git describe
| nasm-2.15.03rc2-55-g16ab7aed
| $ ./nasm --version
| NASM version 2.16rc0 compiled on Dec  7 2020
| $ ./nasm file1.asm -o /dev/null
| file2.asm:1: error: comma, colon, decorator or end of line expected after
operand

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