mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
+ added profiler call for x86_64
This commit is contained in:
parent
12c523c694
commit
c94553080b
@ -1589,6 +1589,10 @@ unit cgx86;
|
||||
begin
|
||||
a_call_name(list,'MCOUNT');
|
||||
end;
|
||||
system_x86_64_linux:
|
||||
begin
|
||||
a_call_name(list,'mcount');
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
@ -1729,7 +1733,10 @@ unit cgx86;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.137 2004-11-02 18:23:16 florian
|
||||
Revision 1.138 2004-11-02 20:50:54 florian
|
||||
+ added profiler call for x86_64
|
||||
|
||||
Revision 1.137 2004/11/02 18:23:16 florian
|
||||
* fixed -<sse register>
|
||||
* information about simple moves for sse is given to the register allocator
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user