opcodes: handle mach-o for thumb/arm disambiguation.
[deliverable/binutils-gdb.git] / gdb / linux-fork.c
index fdea2474e7292ada5343df64d17678a9588b94f3..9a469d4625d8513352a3cd4ea9234028c0c80568 100644 (file)
@@ -415,7 +415,7 @@ linux_fork_detach (const char *args, int from_tty)
 static void
 inferior_call_waitpid_cleanup (void *fp)
 {
-  struct fork_info *oldfp = fp;
+  struct fork_info *oldfp = (struct fork_info *) fp;
 
   if (oldfp)
     {
This page took 0.024141 seconds and 4 git commands to generate.