summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-aa
blob: 69f8af25d4f966e86f0419f5488ecf87cbb744ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2004/04/22 09:18:36 tron Exp $

--- asmcomp/i386/emit.mlp.orig	Mon Jul 22 18:37:50 2002
+++ asmcomp/i386/emit.mlp	Thu Apr 22 10:34:38 2004
@@ -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`