diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2012-01-28 16:55:04 -0500 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-01-30 11:08:43 +0000 |
commit | 4ff3a642fbb61cf329d468993e9f732940f9f680 (patch) | |
tree | 1b2a3f57c7b5f98862ecb303b058a5989595543f /libffi | |
parent | 50c07f743330edc193ee406beb85c4bb6b5e20ee (diff) | |
download | haskell-4ff3a642fbb61cf329d468993e9f732940f9f680.tar.gz |
Fix register clobber list in StgRun for ARM
The ARM implementation of StgRun does not claim that it clobbers r7-r12. As a
result, the compiler will sometimes put the returned RegTable in one of these
registers, resulting in an invalid RegTable to be returned. Hilarity ensues.
Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>
Diffstat (limited to 'libffi')
0 files changed, 0 insertions, 0 deletions