mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/hppa: Add unwind_breg to CPUHPPAState
Fill in the insn_start value during form_gva, and copy it out to the env field in hppa_restore_state_to_opc. The value is not yet consumed. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4c34bab0d3
commit
f5b5c85760
3 changed files with 20 additions and 2 deletions
|
@ -80,6 +80,7 @@ static void hppa_restore_state_to_opc(CPUState *cs,
|
|||
if (data[1] != (target_ulong)-1) {
|
||||
cpu->env.iaoq_b = data[1];
|
||||
}
|
||||
cpu->env.unwind_breg = data[2];
|
||||
/*
|
||||
* Since we were executing the instruction at IAOQ_F, and took some
|
||||
* sort of action that provoked the cpu_restore_state, we can infer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue