Browse Source

* set stack alignment to 16 in the msdos startup code

git-svn-id: trunk@31397 -
nickysn 10 years ago
parent
commit
a3dd5c7c17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/msdos/prt0comn.asm

+ 1 - 1
rtl/msdos/prt0comn.asm

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