mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:50:37 +02:00
* use 'dw' instead of 'dd' to reference the heap from the i8086-msdos startup
code, because 'dd' causes nasm to emit a 32-bit OMF relocation entry, which we won't support (at least initially) in our internal linker git-svn-id: trunk@31345 -
This commit is contained in:
parent
4c5191f5d7
commit
3ee0fc22d9
@ -498,7 +498,7 @@ not_enough_mem_msg:
|
||||
%endif
|
||||
; add reference to the beginning of the minimal heap, so the object
|
||||
; module, containing the heap segment doesn't get smartlinked away
|
||||
dd ___heap
|
||||
dw ___heap
|
||||
|
||||
segment bss class=bss align=2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user