mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:49:28 +02:00
* get_caller_addr fixed
This commit is contained in:
parent
55486446a3
commit
934f5883b2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user