fixed buglet with -v
[org.ibex.tool.git] / src / org / ibex / tool / Compiler.java
index fc9ba02..126837d 100644 (file)
@@ -54,6 +54,7 @@ public class Compiler {
                         break;
                     case 'v':
                         verbose = true;
+                       break;
                     case 'h':
                         printHelp(); return;