Skip to content

Commit

Permalink
prep: Remove CPU reset entry point hack related to OpenHack'Ware
Browse files Browse the repository at this point in the history
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
  • Loading branch information
hpoussin authored and afaerber committed Jul 7, 2014
1 parent 97db046 commit 56de2e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hw/ppc/prep.c
Expand Up @@ -346,9 +346,6 @@ static void ppc_prep_reset(void *opaque)
PowerPCCPU *cpu = opaque;

cpu_reset(CPU(cpu));

/* Reset address */
cpu->env.nip = 0xfffffffc;
}

static const MemoryRegionPortio prep_portio_list[] = {
Expand Down

0 comments on commit 56de2e5

Please sign in to comment.