fixed buglet with -v
authoradam <adam@megacz.com>
Mon, 27 Dec 2004 03:50:32 +0000 (03:50 +0000)
committeradam <adam@megacz.com>
Mon, 27 Dec 2004 03:50:32 +0000 (03:50 +0000)
darcs-hash:20041227035032-5007d-4a6671cafd97cc5d72f131bd0d7563a191e26293.gz

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;