diff options
Diffstat (limited to 'sim/mips/interp.c')
-rw-r--r-- | sim/mips/interp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/mips/interp.c b/sim/mips/interp.c index 852f362..fd93a12 100644 --- a/sim/mips/interp.c +++ b/sim/mips/interp.c @@ -355,7 +355,6 @@ sim_open (SIM_OPEN_KIND kind, host_callback *cb, cpu = STATE_CPU (sd, 0); /* FIXME */ /* FIXME: watchpoints code shouldn't need this */ - STATE_WATCHPOINTS (sd)->pc = &(PC); STATE_WATCHPOINTS (sd)->interrupt_handler = interrupt_event; /* Initialize the mechanism for doing insn profiling. */ |