mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* go32-nat.c (go32_create_inferior): Add missing ops parameter.
This commit is contained in:
@@ -591,7 +591,8 @@ go32_kill_inferior (void)
|
||||
}
|
||||
|
||||
static void
|
||||
go32_create_inferior (char *exec_file, char *args, char **env, int from_tty)
|
||||
go32_create_inferior (struct target_ops *ops, char *exec_file,
|
||||
char *args, char **env, int from_tty)
|
||||
{
|
||||
extern char **environ;
|
||||
jmp_buf start_state;
|
||||
|
||||
Reference in New Issue
Block a user