Browse Source

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

git-svn-id: trunk@19022 -
pierre 14 years ago
parent
commit
4b743a7a61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/powerpc64/dllprt0.as

+ 1 - 1
rtl/linux/powerpc64/dllprt0.as

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