[PowerPC] Fix typo in _ctx_start on ppc32

Theoretically, this was breaking the size calculation for the symbol.

Noticed when doing a readthrough.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D22525
This commit is contained in:
Brandon Bergren 2019-11-23 23:41:21 +00:00
parent a638bf2a76
commit 0ee420b608

View File

@ -48,6 +48,6 @@
addis %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@ha
addi %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@l
bl PIC_PLT(CNAME(abort)) /* abort */
END(_cts_start)
END(_ctx_start)
.section .note.GNU-stack,"",%progbits