Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / tui / tui.c
index 533b7bc8ab8adb8f3079bff18a69d34874c88db1..ce8de72f28dafeeb3d62cf75b0fa0a897212ec9f 100644 (file)
@@ -110,7 +110,7 @@ tui_rl_switch_mode (int notused1, int notused2)
          tui_enable ();
        }
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &ex)
+  catch (const gdb_exception &ex)
     {
       exception_print (gdb_stderr, ex);
 
This page took 0.028587 seconds and 4 git commands to generate.