fixed oneshot compile bug with array classes
[org.ibex.core.git] / src / org / ibex / util / NanoGoat.java
index d4f8a81..2b5b772 100644 (file)
@@ -56,6 +56,7 @@ public class NanoGoat {
             s = s.trim();
             if (s.length() == 0) continue;
             try {
+                if (s.endsWith("$")) s = s.substring(0, s.length() - 1);
                 if (s.endsWith(".class")) {
                     bcp.visitJavaClass(repo.loadClass(s.substring(0, s.length() - 6)));
                 } else {