summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2012-04-23 20:53:50 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2012-04-23 20:53:50 +0000
commit1f2cd3bf4763138d8ec50379e701611be6912c79 (patch)
treea6a7a5bd51ced69a8829f48f8a0c64350284aadc /sys/powerpc/include
parent0c449daeb1fd6df66cbf69cc18ca9b3d603a6d8b (diff)
downloadFreeBSD-src-1f2cd3bf4763138d8ec50379e701611be6912c79.zip
FreeBSD-src-1f2cd3bf4763138d8ec50379e701611be6912c79.tar.gz
Fix copy-and-paste error in r230400.
MFC after: 3 days
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h
index 9192cee..cde97ed 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" \
OpenPOWER on IntegriCloud