mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:59:25 +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 */
|
||||
LOAD_64BIT_VAL 8, operatingsystem_islibrary
|
||||
li 6, 1
|
||||
stw 6, 0(8)
|
||||
stb 6, 0(8)
|
||||
|
||||
LOAD_64BIT_VAL 8, __stkptr
|
||||
std 1,0(8)
|
||||
|
Loading…
Reference in New Issue
Block a user