瀏覽代碼

+ added profiler call for x86_64

florian 21 年之前
父節點
當前提交
c94553080b
共有 1 個文件被更改,包括 8 次插入1 次删除
  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