summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb/kvm-fbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/kvm-fbsd.c')
-rw-r--r--gnu/usr.bin/binutils/gdb/kvm-fbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c
index 241b876..8ee75b5 100644
--- a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c
+++ b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c
@@ -392,7 +392,7 @@ get_kcore_registers (regno)
/* find the pcb for the current process */
if (cur_proc == NULL)
error ("get_kcore_registers no proc");
- if (kvread (TAILQ_FIRST(&cur_proc->p_threads), &mainthread)) /* XXXKSE */
+ if (kvread (&TAILQ_FIRST(&cur_proc->p_threads), &mainthread)) /* XXXKSE */
error ("cannot read main thread for proc at %#x", cur_proc);
if (kvread (&mainthread->td_pcb, &pcbaddr)) /* XXXKSE */
error ("cannot read pcb pointer for proc at %#x", cur_proc);
OpenPOWER on IntegriCloud