Browse Source

* fixed fillchar for SYSV abi

Jonas Maebe 21 years ago
parent
commit
e9a522fdae
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/powerpc/powerpc.inc

+ 5 - 2
rtl/powerpc/powerpc.inc

@@ -473,7 +473,7 @@ asm
         lfd       f0,0(r1)
         lfd       f0,0(r1)
 {$else FPC_ABI_AIX}
 {$else FPC_ABI_AIX}
         stw       r5,temp
         stw       r5,temp
-        stw       r5,temp+5
+        stw       r5,temp+4
         lfd       f0,temp
         lfd       f0,temp
 {$endif FPC_ABI_AIX}
 {$endif FPC_ABI_AIX}
         { make r3 point to address-8, so we're able to use fp double stores }
         { make r3 point to address-8, so we're able to use fp double stores }
@@ -1006,7 +1006,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.60  2003-12-21 21:23:09  florian
+  Revision 1.61  2003-12-28 21:06:56  jonas
+    * fixed fillchar for SYSV abi
+
+  Revision 1.60  2003/12/21 21:23:09  florian
     * fixed compilation with sysv calling conventions
     * fixed compilation with sysv calling conventions
 
 
   Revision 1.59  2003/12/09 20:08:30  jonas
   Revision 1.59  2003/12/09 20:08:30  jonas