mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
prep: Remove CPU reset entry point hack related to OpenHack'Ware
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
This commit is contained in:
parent
97db046678
commit
56de2e5269
1 changed files with 0 additions and 3 deletions
|
@ -346,9 +346,6 @@ static void ppc_prep_reset(void *opaque)
|
||||||
PowerPCCPU *cpu = opaque;
|
PowerPCCPU *cpu = opaque;
|
||||||
|
|
||||||
cpu_reset(CPU(cpu));
|
cpu_reset(CPU(cpu));
|
||||||
|
|
||||||
/* Reset address */
|
|
||||||
cpu->env.nip = 0xfffffffc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const MemoryRegionPortio prep_portio_list[] = {
|
static const MemoryRegionPortio prep_portio_list[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue