Browse Source

* 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 10 years ago
parent
commit
536346a441
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/msdos/prt0comn.asm

+ 1 - 1
rtl/msdos/prt0comn.asm

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