disasm: split dump_insns
[deliverable/binutils-gdb.git] / gdb / remote-fileio.c
index d84b3fffae60ea8036de7a0c02cad14e379c67eb..8bad485dde442e6e83b1d0cdf97c64ebbb937208 100644 (file)
@@ -1185,7 +1185,7 @@ static struct {
 static int
 do_remote_fileio_request (struct ui_out *uiout, void *buf_arg)
 {
-  char *buf = buf_arg;
+  char *buf = (char *) buf_arg;
   char *c;
   int idx;
 
This page took 0.023617 seconds and 4 git commands to generate.