misc cleanup
[nestedvm.git] / src / org / xwt / mips / Runtime.java
index 6a5c4b6..b659317 100644 (file)
@@ -435,7 +435,7 @@ public abstract class Runtime implements UsermodeConstants,Registers {
             }
         } catch(FaultException e) {
             // should never happen
             }
         } catch(FaultException e) {
             // should never happen
-            throw new Error(e);
+            throw new Error(e.toString());
         }
         return start;
     }
         }
         return start;
     }