Browse Source

+ added profiler call for x86_64

florian 21 years ago
parent
commit
c94553080b
1 changed files with 8 additions and 1 deletions
  1. 8 1
      compiler/x86/cgx86.pas

+ 8 - 1
compiler/x86/cgx86.pas

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