* set stack alignment to 16 in the msdos startup code

git-svn-id: trunk@31397 -
This commit is contained in:
nickysn 2015-08-24 19:58:08 +00:00
parent d2a47a7c69
commit a3dd5c7c17

View File

@ -513,7 +513,7 @@ __nullarea:
dw 0
%ifdef __NEAR_DATA__
segment stack stack class=STACK
segment stack stack class=STACK align=16
%else
segment data
; add reference to the beginning of stack, so the object module,