mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
target/microblaze: Fix cpu unwind for stackprot
Restore the correct PC when an exception must be raised. Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
287b1defeb
commit
3f20319455
2 changed files with 6 additions and 2 deletions
|
@ -26,7 +26,7 @@ DEF_HELPER_4(mmu_write, void, env, i32, i32, i32)
|
|||
#endif
|
||||
|
||||
DEF_HELPER_5(memalign, void, env, tl, i32, i32, i32)
|
||||
DEF_HELPER_2(stackprot, void, env, tl)
|
||||
DEF_HELPER_FLAGS_2(stackprot, TCG_CALL_NO_WG, void, env, tl)
|
||||
|
||||
DEF_HELPER_2(get, i32, i32, i32)
|
||||
DEF_HELPER_3(put, void, i32, i32, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue