bfd:
[deliverable/binutils-gdb.git] / gdb / remote-sim.c
index df1cf9b191bec8d891a5eada6498e8e980ad22e4..9d014e16dff3897b6de370ff98234c9bcf74fbc7 100644 (file)
@@ -679,7 +679,7 @@ gdb_os_poll_quit (host_callback *p)
 static void
 gdbsim_cntrl_c (int signo)
 {
-  gdbsim_stop ();
+  gdbsim_stop (remote_sim_ptid);
 }
 
 static ptid_t
@@ -926,10 +926,6 @@ init_gdbsim_ops (void)
   gdbsim_ops.to_has_registers = 1;
   gdbsim_ops.to_has_execution = 1;
   gdbsim_ops.to_magic = OPS_MAGIC;
-
-#ifdef TARGET_REDEFINE_DEFAULT_OPS
-  TARGET_REDEFINE_DEFAULT_OPS (&gdbsim_ops);
-#endif
 }
 
 void
This page took 0.024717 seconds and 4 git commands to generate.