fix compiler error on processing bad code
[org.ibex.tool.git] / src / org / ibex / tool / Compiler.java
index 9878cc9..f79f461 100644 (file)
@@ -383,6 +383,7 @@ public class Compiler {
                     bytes(c), (str(p, '/') + '/' + classname).toCharArray()));
                 return new NameEnvironmentAnswer(b, access);
             } catch (ClassNotFoundException e) {
+            } catch (LinkageError e) {
             } catch (ClassFormatException e) {
                 e.printStackTrace();
                 throw new Error("ClassFormatException reading system class: " +