mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 15:32:21 +02:00
* IsLibrary is a byte-sized boolean, thus use stb instruction to set value
git-svn-id: trunk@19022 -
This commit is contained in:
parent
61ef4b0a1c
commit
4b743a7a61
@ -342,7 +342,7 @@ FUNCTION_PROLOG FPC_SHARED_LIB_START
|
|||||||
/* update library flag in RTL */
|
/* update library flag in RTL */
|
||||||
LOAD_64BIT_VAL 8, operatingsystem_islibrary
|
LOAD_64BIT_VAL 8, operatingsystem_islibrary
|
||||||
li 6, 1
|
li 6, 1
|
||||||
stw 6, 0(8)
|
stb 6, 0(8)
|
||||||
|
|
||||||
LOAD_64BIT_VAL 8, __stkptr
|
LOAD_64BIT_VAL 8, __stkptr
|
||||||
std 1,0(8)
|
std 1,0(8)
|
||||||
|
Loading…
Reference in New Issue
Block a user