]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/s390-tdep.c
Replace throw_exception with throw in some cases
[thirdparty/binutils-gdb.git] / gdb / s390-tdep.c
index a08738881ff113b9dedb0a36e92dc6c0ee49e782..4b931017a8dd933a537a7bd60720f1f400c5aa9e 100644 (file)
@@ -2557,7 +2557,7 @@ s390_frame_unwind_cache (struct frame_info *this_frame,
   catch (const gdb_exception_error &ex)
     {
       if (ex.error != NOT_AVAILABLE_ERROR)
-       throw_exception (ex);
+       throw;
     }
 
   return info;