mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 22:30:27 +02:00
* stkptr is global
git-svn-id: trunk@2675 -
This commit is contained in:
parent
466227bdb0
commit
2d97d480ed
@ -56,6 +56,7 @@ _haltproc2: # GAS <= 2.15 bug: generates larger jump if a label is e
|
||||
.bss
|
||||
.type __stkptr,@object
|
||||
.size __stkptr,4
|
||||
.global __stkptr
|
||||
__stkptr:
|
||||
.skip 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user