Parcourir la source

* get_frame fixed

florian il y a 21 ans
Parent
commit
cf9230e757
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      rtl/sparc/sparc.inc

+ 5 - 2
rtl/sparc/sparc.inc

@@ -49,7 +49,7 @@ procedure fpc_cpuinit;
 {$define FPC_SYSTEM_HAS_GET_FRAME}
 function get_frame:pointer;assembler;nostackframe;
   asm
-    mov %sp,%o0
+    mov %fp,%o0
   end;
 
 
@@ -352,7 +352,10 @@ end;
 
 {
   $Log$
-  Revision 1.13  2004-10-14 19:45:39  florian
+  Revision 1.14  2004-11-03 20:53:58  florian
+    * get_frame fixed
+
+  Revision 1.13  2004/10/14 19:45:39  florian
     + added and implemented functions for locked operations
 
   Revision 1.12  2004/10/03 12:41:30  florian