mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-20 14:50:27 +02:00
+ added __amigaos4__ symbol
git-svn-id: trunk@2240 -
This commit is contained in:
parent
b718d9ff37
commit
4a8882d7fe
@ -125,3 +125,12 @@ OriginalStkPtr:
|
||||
.align 4
|
||||
stackArea:
|
||||
.long 0
|
||||
|
||||
# This is needed to be a proper Amiga OS4 executable
|
||||
# This symbol _MUST NOT_ stripped out from the executable
|
||||
# or else...
|
||||
.globl __amigaos4__
|
||||
.type __amigaos4__,@object
|
||||
.size __amigaos4__,4
|
||||
__amigaos4__:
|
||||
.long 1
|
||||
|
Loading…
Reference in New Issue
Block a user