]> Git Repo - binutils.git/blobdiff - gdb/remote-rdp.c
* f-exp.y (yyparse): Add code to support exponentiation expression.
[binutils.git] / gdb / remote-rdp.c
index 2a60f28fadaf505267086e487e16cd48a172446a..a1f54f79d3c53195213ff34fc55053581c2a9a4e 100644 (file)
@@ -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)
This page took 0.026273 seconds and 4 git commands to generate.