Browse Source

* get_caller_addr fixed

peter 21 years ago
parent
commit
934f5883b2
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/x86_64/x86_64.inc

+ 5 - 2
rtl/x86_64/x86_64.inc

@@ -52,7 +52,7 @@ asm
 {$endif}
 {$endif}
         orq     %rax,%rax
         orq     %rax,%rax
         jz      .Lg_a_null
         jz      .Lg_a_null
-        movq    4(%rax),%rax
+        movq    8(%rax),%rax
 .Lg_a_null:
 .Lg_a_null:
 end ['RAX'];
 end ['RAX'];
 
 
@@ -306,7 +306,10 @@ const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.8  2004-04-21 21:26:51  florian
+  Revision 1.9  2004-04-22 20:20:16  peter
+    * get_caller_addr fixed
+
+  Revision 1.8  2004/04/21 21:26:51  florian
     * commented out broken fillchar and move
     * commented out broken fillchar and move
 
 
   Revision 1.7  2004/02/23 15:52:15  peter
   Revision 1.7  2004/02/23 15:52:15  peter