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>
Loading
Please register or sign in to comment