X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2FJavaSourceCompiler.java;fp=src%2Forg%2Fibex%2Fnestedvm%2FJavaSourceCompiler.java;h=499b2187b2b4f3ea776f64118a1959dd195460a3;hp=103cfa1640114923ac8b631dc3c74e536d9d7543;hb=ab9be117467f7459965c61e49749b333678b6e4c;hpb=19e0f90cbc9c66e274bac04f819a78e387c8f1fc diff --git a/src/org/ibex/nestedvm/JavaSourceCompiler.java b/src/org/ibex/nestedvm/JavaSourceCompiler.java index 103cfa1..499b218 100644 --- a/src/org/ibex/nestedvm/JavaSourceCompiler.java +++ b/src/org/ibex/nestedvm/JavaSourceCompiler.java @@ -217,7 +217,7 @@ public class JavaSourceCompiler extends Compiler { private void endMethod() { endMethod(endOfMethod); } private void endMethod(int lastAddr) { if(startOfMethod == 0) return; - // FEATURE: We should be able to use if(!unreachable) here (i think) + // We should be able to use if(!unreachable) here (i think) // This isn't strictly necessary; its just here to work around unreachable code errors p("case " + toHex(lastAddr) + ":"); indent++;