diff options
Diffstat (limited to 'gdb/xtensa-linux-nat.c')
-rw-r--r-- | gdb/xtensa-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xtensa-linux-nat.c b/gdb/xtensa-linux-nat.c index 57ad8a6..90d41f2 100644 --- a/gdb/xtensa-linux-nat.c +++ b/gdb/xtensa-linux-nat.c @@ -313,7 +313,7 @@ xtensa_linux_nat_target::store_registers (struct regcache *regcache, ps_err_e ps_get_thread_area (struct ps_prochandle *ph, - lwpid_t lwpid, int idx, void **base) + lwpid_t lwpid, int idx, void **base) { xtensa_elf_gregset_t regs; |