Replace throw_exception with throw in some cases
[deliverable/binutils-gdb.git] / gdb / solib-spu.c
index 94d8cadabcb304842ab8d9b5105d370868169235..c5dc8639f1e286afab8edc0fbe93f39e3e36f998 100644 (file)
@@ -141,7 +141,7 @@ append_ocl_sos (struct so_list **link_ptr)
                case MEMORY_ERROR:
                  break;
                default:
-                 throw_exception (ex);
+                 throw;
                  break;
                }
            }
This page took 0.024944 seconds and 4 git commands to generate.