From 51a6f57e4ae9ee575eaeb94ed00fdbe3d9d663f5 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Mon, 23 Apr 2012 20:53:50 +0000 Subject: [PATCH] Fix copy-and-paste error in r230400. MFC after: 3 days --- sys/powerpc/include/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h index 9192cee3559..cde97ed7ebc 100644 --- a/sys/powerpc/include/profile.h +++ b/sys/powerpc/include/profile.h @@ -85,7 +85,7 @@ __asm( " .text \n" \ "_mcount: \n" \ " .quad .L._mcount,.TOC.@tocbase,0\n" \ " .previous \n" \ - " .size main,24 \n" \ + " .size _mcount,24 \n" \ " .type _mcount,@function \n" \ " .align 4 \n" \ ".L._mcount: \n" \