Explorar el Código

* use 'dw' instead of 'dd' to reference the stack, in order to prevent nasm from
generating a 32-bit fixup record

git-svn-id: trunk@31353 -

nickysn hace 10 años
padre
commit
536346a441
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/msdos/prt0comn.asm

+ 1 - 1
rtl/msdos/prt0comn.asm

@@ -518,7 +518,7 @@ __nullarea:
         segment data
         ; add reference to the beginning of stack, so the object module,
         ; containing the stack segment doesn't get smartlinked away
-        dd ___stack
+        dw ___stack
     %endif
 %endif