* 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 -
This commit is contained in:
nickysn 2015-08-20 21:51:23 +00:00
parent 1b9eeee25d
commit 536346a441

View File

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