Mitchell Hashimoto 2100523822 pkg/objc: correct objc_msgSend call on x86_64 depending on return type
On x86_64, we have to use specialized forms of `objc_msgSend` depending
on the return type (and the byte size of the return type). If we don't
do this, the calling convention is wrong and we'll get a segfault when
objc_msgSend tries to read a register that is [rightly] not set.

On aarch64, we do not have this issue because the calling convention is
different and objc_msgSend handles all cases.
2022-11-19 21:45:38 -08:00
..
2022-10-16 21:03:17 -07:00
2022-11-06 16:03:03 -08:00
2022-11-07 07:33:29 -08:00
2022-11-07 07:33:36 -08:00