Browse Source

atari: align some variables properly in the startup code

git-svn-id: trunk@34657 -
Károly Balogh 8 years ago
parent
commit
8166002c8a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/atari/prt0.as

+ 1 - 0
rtl/atari/prt0.as

@@ -182,6 +182,7 @@ stkerr:                                 | not enough memory for stack
 stkovf:                                 | impending stack overflow
 	.ascii   "Stack overflow"
    .byte     0x0d,0x0a,0x00
+.even
 _errno:                                 | system error number
 	.word   0
 __ARGC:                                 | number of command line args