Joel Dice 6e86ac39db fix native call marshalling on Apple/ARM
When the fourth argument is a 64-bit value on the Apple ARM ABI, it is
passed half by register and half on the stack, unlike on Linux where
it is passed entirely on the stack.  The logic to handle this in arm.h
was flawed, and this commit fixes it.
2011-11-07 17:14:41 -07:00
..
2011-11-07 17:14:41 -07:00
2011-08-10 19:21:48 -06:00
2011-07-17 19:48:12 -06:00
2010-12-05 20:21:09 -07:00
2011-10-03 08:04:58 -06:00
2011-02-26 12:45:22 -07:00
2011-03-15 17:20:44 -06:00
2011-03-26 11:15:52 -06:00
2011-09-30 17:00:45 -06:00
2010-12-05 20:21:09 -07:00
2011-09-12 20:27:59 -06:00