mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix copy-and-paste error in r230400.
MFC after: 3 days
This commit is contained in:
parent
d77145777a
commit
51a6f57e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue