mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 01:50:35 +02:00
rtl/linux/m68k/prt0.as:
Add __stkptr variable git-svn-id: trunk@22735 -
This commit is contained in:
parent
0217efc398
commit
81069a7eca
@ -73,6 +73,12 @@ _haltproc:
|
||||
bras _haltproc
|
||||
|
||||
.bss
|
||||
.type __stkptr,@object
|
||||
.size __stkptr,4
|
||||
.global __stkptr
|
||||
__stkptr:
|
||||
.skip 4
|
||||
|
||||
.type operatingsystem_parameters,@object
|
||||
.size operatingsystem_parameters,12
|
||||
operatingsystem_parameters:
|
||||
|
Loading…
Reference in New Issue
Block a user