Parcourir la source

+ darwin/x86_64 gprof support

git-svn-id: trunk@9252 -
Jonas Maebe il y a 18 ans
Parent
commit
c8f270c556
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      compiler/x86/cgx86.pas

+ 2 - 1
compiler/x86/cgx86.pas

@@ -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;