mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 11:25:52 +08:00
* go32-nat.c (go32_create_inferior): Add missing ops parameter.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2009-03-16 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* go32-nat.c (go32_create_inferior): Add missing ops parameter.
|
||||
|
||||
2009-03-16 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* darwin-nat.c (darwin_resume): Fix a compiler warning when
|
||||
|
@ -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