* IsLibrary is a byte-sized boolean, thus use stb instruction to set value

git-svn-id: trunk@19022 -
This commit is contained in:
pierre 2011-09-07 21:57:37 +00:00
parent 61ef4b0a1c
commit 4b743a7a61

View File

@ -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)