[Nasm-bugs] [Bug 3392837] %eval(pointer) can't expand in %warning/%error and %eval documentation typos

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Fri Oct 13 17:18:20 PDT 2023


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

H. Peter Anvin <hpa at zytor.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
       Generated by|---                         |Human
    Breaks existing|---                         |No
               code|                            |
             Status|OPEN                        |CLOSED
       Bug category|                            |Documentation incorrect

--- Comment #4 from H. Peter Anvin <hpa at zytor.com> ---
I just verified that %eval($ - $$) works correctly. $$ is by definition the
start of the current section, so $ - $$ is always a scalar.

I have fixed the %expr -> %eval bug in the documentation.

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