diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index ff5220d..7e8eec5 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -987,7 +987,6 @@ switch_to_thread (ptid_t ptid) inferior_ptid = ptid; reinit_frame_cache (); - registers_changed (); /* We don't check for is_stopped, because we're called at times while in the TARGET_RUNNING state, e.g., while handling an |