m-labs / misoc

The original high performance and small footprint system-on-chip based on Migen™
https://m-labs.hk
Other
305 stars 86 forks source link

unwinder: Fix resumption from unwinder for OR1K #115

Closed occheung closed 2 years ago

occheung commented 2 years ago

Summary

This PR patches the breaking changes introduced to unwinder on the or1k platform.

Details

This modifies the register restoration order in UnwindRegistersRestore.S. The explanation can be found in #114 (after the merge).