misc cleanup
authorbrian <brian@brianweb.net>
Wed, 14 Apr 2004 17:20:34 +0000 (10:20 -0700)
committerbrian <brian@brianweb.net>
Wed, 14 Apr 2004 17:20:34 +0000 (10:20 -0700)
darcs-hash:20040414172034-24bed-ba424ea978b22e671c7703ab90efdea14c3c3fe8.gz

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;
     }