mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:49:23 +02:00
* 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:
parent
1b9eeee25d
commit
536346a441
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user