Il 01/04/2014 23:19, Hervé Poussineau ha scritto:
Signed-off-by: Hervé Poussineau <hpous...@reactos.org>

---
 hw/ppc/prep.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c
index 035b5b2..dfe4a5c 100644
--- a/hw/ppc/prep.c
+++ b/hw/ppc/prep.c
@@ -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[] = {


Is ppc_prep_reset needed at all now?

Paolo

Reply via email to