mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 06:19:32 +02:00
+ darwin/x86_64 gprof support
git-svn-id: trunk@9252 -
This commit is contained in:
parent
82cf80d4ca
commit
c8f270c556
@ -1877,7 +1877,8 @@ unit cgx86;
|
||||
begin
|
||||
a_call_name(list,'MCOUNT');
|
||||
end;
|
||||
system_x86_64_linux:
|
||||
system_x86_64_linux,
|
||||
system_x86_64_darwin:
|
||||
begin
|
||||
a_call_name(list,'mcount');
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user