projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97db046
)
prep: Remove CPU reset entry point hack related to OpenHack'Ware
author
Hervé Poussineau
<hpoussin@reactos.org>
Tue, 1 Apr 2014 21:19:16 +0000
(23:19 +0200)
committer
Andreas Färber
<andreas.faerber@web.de>
Mon, 7 Jul 2014 14:46:35 +0000
(16:46 +0200)
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
hw/ppc/prep.c
patch
|
blob
|
history
diff --git
a/hw/ppc/prep.c
b/hw/ppc/prep.c
index 567f56e20c43d7219e2e2f3e885058e26186128f..aa8717d75d396e095f224df2b338f4c431e5a059 100644
(file)
--- 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[] = {