prep: Fix NIP reset value

The value was changed by commit 09d9828ace
"PPC: fix hreset_vector for 60x, ...".

Change it back for prep machine to unbreak OpenHack'Ware.

Signed-off-by: Fabien Chouteau <chouteau@adacore.com>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
This commit is contained in:
Fabien Chouteau 2013-04-30 17:07:04 +02:00 committed by Andreas Färber
parent 467b34689d
commit 88432756ea

View File

@ -427,6 +427,9 @@ static void ppc_prep_reset(void *opaque)
PowerPCCPU *cpu = opaque;
cpu_reset(CPU(cpu));
/* Reset address */
cpu->env.nip = 0xfffffffc;
}
/* PowerPC PREP hardware initialisation */