Fix copy-and-paste error in r230400.

MFC after: 3 days
This commit is contained in:
Nathan Whitehorn 2012-04-23 20:53:50 +00:00
parent d77145777a
commit 51a6f57e4a

View file

@ -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" \