[arm64] Fix another crash due to not using the right objc_msgSend signature.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 23 May 2014 16:53:18 +0000 (18:53 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Mon, 26 May 2014 16:29:25 +0000 (18:29 +0200)
commit7134ec8abf4333636af7133efa32ce1a7d02cacc
tree4a0c7d6007e425760a548fdb849ef855e061d5ce
parent4f2920cbc1ddc151a2a9ee690f31a1dec156bc44
[arm64] Fix another crash due to not using the right objc_msgSend signature.

Also simplify the code a little bit, there's no need to have separate
code paths for ARM64, since using the correct objc_msgSend signature
works on all architectures.
mono/utils/mono-threads-mach-helper.c