Explorar o código

* set stack alignment to 16 in the msdos startup code

git-svn-id: trunk@31397 -
nickysn %!s(int64=10) %!d(string=hai) anos
pai
achega
a3dd5c7c17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/msdos/prt0comn.asm

+ 1 - 1
rtl/msdos/prt0comn.asm

@@ -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,