[Nasm-bugs] [Bug 3392626] %rep listing line numbering should reset after every iteration

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed May 6 16:03:23 PDT 2020


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

Chang S. Bae <chang.seok.bae at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|OPEN                        |CLOSED
         Resolution|---                         |FIXED

--- Comment #3 from Chang S. Bae <chang.seok.bae at intel.com> ---
This commit should have resolved the issue:


commit  bec812fc4b56d0ff8c2321f8ac47ffe41e86e9ca
author  Chang S. Bae <chang.seok.bae at intel.com> 
Fri, 7 Feb 2020 23:49:38 +0000 (7 15:49 -0800)
committer       Chang S. Bae <chang.seok.bae at intel.com> 
Fri, 17 Apr 2020 21:33:33 +0000 (17 21:33 +0000)
preproc: Fix to reset %rep list line number after every iteration

The code has been fixed to print the corresponding line
numbers of %rep blocks correctly, but only for the first
iteration. For the subsequent iterations, the current line
number on the expansion needs to be explicitly reset again.

Fixes: ab6f8319552f ("listing: when listing lines in macros
and rep blocks, show the actual line")

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