Andrew Turner bfba812656 Ensure we align the stack to 8 bytes in system calls.
This is not strictly required with the current ABI but will be when we
switch to the ARM EABI. The aapcs requires the stack to be 4 byte aligned
at all times and 8 byte aligned when calling a public subroutine where the
current ABI only requires sp to be a multiple of 4.
2012-08-04 05:31:26 +00:00
..
2012-08-01 17:24:53 +00:00
2012-08-04 00:00:30 +00:00
2012-08-01 17:24:53 +00:00
2012-06-11 17:42:39 +00:00
2012-08-03 12:55:31 +00:00
2012-04-16 10:33:46 +00:00
2012-07-22 15:40:31 +00:00
2012-08-03 18:40:44 +00:00