Chris Dearman 766c7efe28 Allocate additional space on stack for indirect syscall
The caller is only required to allocate 16 bytes on the
stack for a0-a3. syscall is handling up to 6 arguments so
additional space is needed on the stack to avoid corrupting the
callers frame.

Change-Id: I054b31696decc3e17d9c70af18cd278b852235d1
2013-12-20 15:36:00 -08:00
..
2013-12-18 11:21:55 -08:00
2013-11-19 09:49:17 +07:00
2013-12-20 11:26:19 -08:00