diff options
Diffstat (limited to 'gdbserver/linux-arm-low.cc')
-rw-r--r-- | gdbserver/linux-arm-low.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/linux-arm-low.cc b/gdbserver/linux-arm-low.cc index a89669e..7688691 100644 --- a/gdbserver/linux-arm-low.cc +++ b/gdbserver/linux-arm-low.cc @@ -852,7 +852,7 @@ sethbpregs_hwbp_control (int pid, int i, arm_hwbp_control_t control) void arm_target::low_prepare_to_resume (lwp_info *lwp) { - struct thread_info *thread = lwp->thread; + thread_info *thread = lwp->thread; int pid = thread->id.lwp (); process_info *proc = find_process_pid (thread->id.pid ()); struct arch_process_info *proc_info = proc->priv->arch_private; |