[Nasm-bugs] [Bug 3392377] word data exceeds bounds warning with -f obj

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Thu Dec 15 22:01:42 PST 2016


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

sezeroz at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|OPEN                        |CLOSED
                 CC|                            |sezeroz at gmail.com
         Resolution|---                         |INVALID

--- Comment #1 from sezeroz at gmail.com ---
After reading the documentation more carefully, I added the following
to the top of every *.asm and added -d__OS2__ to nasm flags

%ifdef __OS2__
BITS 32
; declare segments with proper attributes for OS/2 builds
SEGMENT .data USE32 FLAT
SEGMENT .text USE32 FLAT
%endif

Sorry for the noise, closing this as invalid.

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