2003/11/16 08:28:10
[org.ibex.core.git] / src / org / xwt / translators / MSPack.java
index 2af26e8..3275bb9 100644 (file)
@@ -58,7 +58,7 @@ public class MSPack {
                 System.out.println("" + fileNames[i]);
                 vm.copyin(vm.memRead(addr+4),data[i],length);
             }
-        } catch(VM.EmulationException e) {
+        } catch(Exception e) {
             e.printStackTrace();
             throw new MSPackException("mspack.mips crashed");
         }