]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/frame-unwind.c
Replace throw_exception with throw in some cases
[thirdparty/binutils-gdb.git] / gdb / frame-unwind.c
index 8510086001ab474e8875d848d93fe819653ec97a..4b38f64c2f10576ffb1643ec5f790e3309aced3d 100644 (file)
@@ -120,7 +120,7 @@ frame_unwind_try_unwinder (struct frame_info *this_frame, void **this_cache,
             should always accept the frame.  */
          return 0;
        }
-      throw_exception (ex);
+      throw;
     }
 
   if (res)