mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 17:29:57 +02:00
* set stack alignment to 16 in the msdos startup code
git-svn-id: trunk@31397 -
This commit is contained in:
parent
d2a47a7c69
commit
a3dd5c7c17
@ -513,7 +513,7 @@ __nullarea:
|
|||||||
dw 0
|
dw 0
|
||||||
|
|
||||||
%ifdef __NEAR_DATA__
|
%ifdef __NEAR_DATA__
|
||||||
segment stack stack class=STACK
|
segment stack stack class=STACK align=16
|
||||||
%else
|
%else
|
||||||
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user