* top.c (execute_command): Remove redundant comment.
[deliverable/binutils-gdb.git] / gdb / exceptions.c
index 3cee40d061f78ce5c502c84f8d84c175771334f3..a3ee378aeb3bdbbfc2a937652541b7d261ccb9c3 100644 (file)
@@ -219,7 +219,7 @@ throw_exception (struct gdb_exception exception)
   immediate_quit = 0;
 
   if (!ptid_equal (inferior_ptid, null_ptid))
-    tp = find_thread_pid (inferior_ptid);
+    tp = find_thread_ptid (inferior_ptid);
 
   /* Perhaps it would be cleaner to do this via the cleanup chain (not sure
      I can think of a reason why that is vital, though).  */
This page took 0.023404 seconds and 4 git commands to generate.