Replace (void *) cast with (gdb_byte *)
[deliverable/binutils-gdb.git] / gdb / nat / linux-ptrace.c
index 97331a4041ed1402fedb1bbd70226d754d309358..60c7960a9593053f63b4b92be4193df670998a6e 100644 (file)
@@ -204,7 +204,7 @@ linux_ptrace_test_ret_to_nx (void)
               safe_strerror (errno));
       return;
     }
-  pc = (void *) (uintptr_t) l;
+  pc = (gdb_byte *) (uintptr_t) l;
 
   kill (child, SIGKILL);
   ptrace (PTRACE_KILL, child, (PTRACE_TYPE_ARG3) NULL,
This page took 0.024768 seconds and 4 git commands to generate.