aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-linux-nat.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-02-23 00:42:06 +0000
committerPedro Alves <palves@redhat.com>2009-02-23 00:42:06 +0000
commit84e473c82efff461505b4ec749349e65b5f4e781 (patch)
tree3f2d24543e1a8b7b4aaad22de345baba440eb086 /gdb/i386-linux-nat.c
parent3ca747ab0cccf022ee6c07f8b58986d0347309a4 (diff)
downloadgdb-84e473c82efff461505b4ec749349e65b5f4e781.zip
gdb-84e473c82efff461505b4ec749349e65b5f4e781.tar.gz
gdb-84e473c82efff461505b4ec749349e65b5f4e781.tar.bz2
* i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
`ops' to recursive call.
Diffstat (limited to 'gdb/i386-linux-nat.c')
-rw-r--r--gdb/i386-linux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c
index 40755a8..2366474 100644
--- a/gdb/i386-linux-nat.c
+++ b/gdb/i386-linux-nat.c
@@ -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;
}