$NetBSD: patch-aa,v 1.8 2007/09/14 15:34:10 adam Exp $ --- asmcomp/i386/emit.mlp.orig 2007-03-07 10:14:29.000000000 +0100 +++ asmcomp/i386/emit.mlp @@ -860,7 +860,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`