summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-aa
blob: 9b03548394396c1927bcfd8e8a6fce305aaa52c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.6 2006/01/16 09:41:48 adam Exp $

--- asmcomp/i386/emit.mlp.orig	2004-11-30 18:07:11.000000000 +0100
+++ asmcomp/i386/emit.mlp
@@ -780,7 +780,7 @@ let emit_profile () =
       `	movl	%esp, %ebp\n`;
       `	pushl	%ecx\n`;
       `	pushl	%edx\n`;
-      `	call	.mcount\n`;
+      `	call	__mcount\n`;
       `	popl	%edx\n`;
       `	popl	%ecx\n`;
       `	popl	%eax\n`