2003/11/03 05:28:32
[org.ibex.core.git] / src / org / xwt / translators / MSPack.java
index 2ad52d2..c9482eb 100644 (file)
@@ -14,7 +14,7 @@ public class MSPack {
         
     public static class MSPackException extends IOException { public MSPackException(String s) { super(s); } }
     
-    private static synchronized byte[] getImage() {
+    private static synchronized byte[] getImage() throws IOException {
         if (image == null)
             image = InputStreamToByteArray.convert(Main.builtin.getInputStream("libmspack.mips"));
         return image;