$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`