mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 14:09:22 +02:00
atari: align some variables properly in the startup code
git-svn-id: trunk@34657 -
This commit is contained in:
parent
91a8165ddc
commit
8166002c8a
@ -182,6 +182,7 @@ stkerr: | not enough memory for stack
|
|||||||
stkovf: | impending stack overflow
|
stkovf: | impending stack overflow
|
||||||
.ascii "Stack overflow"
|
.ascii "Stack overflow"
|
||||||
.byte 0x0d,0x0a,0x00
|
.byte 0x0d,0x0a,0x00
|
||||||
|
.even
|
||||||
_errno: | system error number
|
_errno: | system error number
|
||||||
.word 0
|
.word 0
|
||||||
__ARGC: | number of command line args
|
__ARGC: | number of command line args
|
||||||
|
Loading…
Reference in New Issue
Block a user