Skip to content
Snippets Groups Projects
Commit 46472789 authored by Ben Gamari's avatar Ben Gamari Committed by Ian Lynagh
Browse files

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: default avatarBen Gamari <bgamari.foss@gmail.com>
parent 5db3b4cf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment