mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:32:51 +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
|
||||
; 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user