mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
* i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
`ops' to recursive call.
This commit is contained in:
parent
3ca747ab0c
commit
84e473c82e
@ -1,3 +1,8 @@
|
||||
2009-02-23 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
|
||||
`ops' to recursive call.
|
||||
|
||||
2009-02-23 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* corelow.c (get_core_registers): Adjust.
|
||||
|
@ -484,7 +484,7 @@ i386_linux_fetch_inferior_registers (struct target_ops *ops,
|
||||
/* The call above might reset `have_ptrace_getregs'. */
|
||||
if (!have_ptrace_getregs)
|
||||
{
|
||||
i386_linux_fetch_inferior_registers (regcache, regno);
|
||||
i386_linux_fetch_inferior_registers (ops, regcache, regno);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user