Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / s390-tdep.c
index d44c10869bd7880639a9117a8909ac58d9a06dbf..a08738881ff113b9dedb0a36e92dc6c0ee49e782 100644 (file)
@@ -2554,7 +2554,7 @@ s390_frame_unwind_cache (struct frame_info *this_frame,
       if (!s390_prologue_frame_unwind_cache (this_frame, info))
        s390_backchain_frame_unwind_cache (this_frame, info);
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+  catch (const gdb_exception_error &ex)
     {
       if (ex.error != NOT_AVAILABLE_ERROR)
        throw_exception (ex);
This page took 0.025412 seconds and 4 git commands to generate.