summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-ak
blob: a3395b5159e619cf4f6ef81aa1852a3b9d5d155e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.1 2003/07/10 07:44:02 jtb Exp $

--- asmcomp/i386/emit.mlp.orig
+++ asmcomp/i386/emit.mlp
@@ -734,7 +734,7 @@
       `	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`