diff options
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r-- | gdb/remote-rdp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index 2a60f28..a1f54f7 100644 --- a/gdb/remote-rdp.c +++ b/gdb/remote-rdp.c @@ -1053,7 +1053,7 @@ rdp_execute (void) } static int -remote_rdp_insert_breakpoint (CORE_ADDR addr, char *save) +remote_rdp_insert_breakpoint (CORE_ADDR addr, bfd_byte *save) { int res; if (ds.rdi_level > 0) @@ -1077,7 +1077,7 @@ remote_rdp_insert_breakpoint (CORE_ADDR addr, char *save) } static int -remote_rdp_remove_breakpoint (CORE_ADDR addr, char *save) +remote_rdp_remove_breakpoint (CORE_ADDR addr, bfd_byte *save) { int res; if (ds.rdi_level > 0) |