qemu-e2k/target/hppa
Helge Deller 5ccd50172a target/hppa: Restore unwind_breg before calculating ior
When calculating the IOR for the exception handlers, the current
unwind_breg value is needed on 64-bit hppa machines.
Restore that value by calling cpu_restore_state() earlier, which in turn
calls hppa_restore_state_to_opc() which restores the unwind_breg for the
current instruction.

Signed-off-by: Helge Deller <deller@gmx.de>
Fixes: 3824e0d643 ("target/hppa: Export function hppa_set_ior_and_isr()")
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2024-03-03 06:41:19 +01:00
..
cpu-param.h
cpu-qom.h
cpu.c target/hppa: Restore unwind_breg before calculating ior 2024-03-03 06:41:19 +01:00
cpu.h
fpu_helper.c
gdbstub.c
helper.c target: hppa: Fix unaligned double word accesses for hppa64 2024-03-03 06:38:34 +01:00
helper.h
insns.decode
int_helper.c
Kconfig
machine.c
mem_helper.c target/hppa: Restore unwind_breg before calculating ior 2024-03-03 06:41:19 +01:00
meson.build
op_helper.c target/hppa: Restore unwind_breg before calculating ior 2024-03-03 06:41:19 +01:00
sys_helper.c
trace-events
trace.h
translate.c