* lin-lwp.c (stop_wait_callback): Remove bogus assertions in the
[deliverable/binutils-gdb.git] / gdb / remote-rdp.c
index 2acd57bcde6b2c35266de1d142bfac6964b9035f..d64e94ac5399debffcdff890ec287360188894e9 100644 (file)
@@ -1096,9 +1096,9 @@ rdp_step (void)
       char handle[4];
       CORE_ADDR pc = read_register (PC_REGNUM);
       pc = arm_get_next_pc (pc);
-      remote_rdp_insert_breakpoint (pc, &handle);
+      remote_rdp_insert_breakpoint (pc, handle);
       rdp_execute ();
-      remote_rdp_remove_breakpoint (pc, &handle);
+      remote_rdp_remove_breakpoint (pc, handle);
     }
 }
 
This page took 0.023212 seconds and 4 git commands to generate.