소스 검색

* 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 년 전
부모
커밋
536346a441
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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