Message ID | 1367800672-2914-2-git-send-email-andreas.faerber@web.de |
---|---|
State | New |
Headers | show |
diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c index 59c7da3..2ad5b41 100644 --- a/hw/ppc/prep.c +++ b/hw/ppc/prep.c @@ -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 */