target/hppa: Set PC on vCPU reset
On reset: "The CPU begins fetching instructions from address 0xf0000004. This address is in PDC space." Switch vCPUs to 32-bit mode (PSW_W bit is not set) and start execution at address 0xf0000004. Signed-off-by: Helge Deller <deller@gmx.de> Co-developed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20241231190620.24442-6-philmd@linaro.org>
This commit is contained in:
parent
3d66ec208c
commit
46f7be06c8
@ -205,6 +205,7 @@ static void hppa_cpu_reset_hold(Object *obj, ResetType type)
|
||||
}
|
||||
cs->exception_index = -1;
|
||||
cs->halted = 0;
|
||||
cpu_set_pc(cs, 0xf0000004);
|
||||
|
||||
memset(env, 0, offsetof(CPUHPPAState, end_reset_fields));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user