commit | 766c7efe28fb066252eeb9b8e47e22970307c09e | [log] [tgz] |
---|---|---|
author | Chris Dearman <chris.dearman@imgtec.com> | Mon Dec 16 14:10:13 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Dec 20 15:36:00 2013 -0800 |
tree | fa3872efb1ebf569e61f9b9092168ef611c88862 | |
parent | 5e26221a1da6bc0f11819078e74f1f6e0b76f642 [diff] |
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