Explorar o código

+ added profiler call for x86_64

florian %!s(int64=21) %!d(string=hai) anos
pai
achega
c94553080b
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  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