Fix "auxiliary" typo
[deliverable/binutils-gdb.git] / gdb / tracefile-tfile.c
index 72d2f70eaf98b5f5cb8211dde5876c409313150b..593556a8ba8935da475909fb6d82b57f2c15015d 100644 (file)
@@ -551,7 +551,7 @@ tfile_target_open (const char *arg, int from_tty)
     {
       /* Remove the partially set up target.  */
       unpush_target (&tfile_ops);
-      throw_exception (ex);
+      throw;
     }
 
   inferior_appeared (current_inferior (), TFILE_PID);
This page took 0.024928 seconds and 4 git commands to generate.