Add missing function.

main
theraven 14 years ago
parent 9490b1b84e
commit d90a1232f1

@ -93,9 +93,12 @@
.fnend
.endm
.globl objc_msgSend_fpret
.type objc_msgSend_fpret, %function
.globl objc_msgSend
.type objc_msgSend, %function
objc_msgSend:
objc_msgSend_fpret:
MSGSEND r0, r1
.globl objc_msgSend_stret
.type objc_msgSend_stret, %function

Loading…
Cancel
Save