cleanup, more efficient exec, better win32 support
[nestedvm.git] / src / org / ibex / nestedvm / RuntimeCompiler.java
index f5ae49c..8443326 100644 (file)
@@ -4,7 +4,7 @@ import java.io.*;
 
 import org.ibex.nestedvm.util.*;
 
-// FEATURE: This need a lot of work to support binaries spanned across many classes
+// This need a lot of work to support binaries spanned across many classes
 public class RuntimeCompiler {  
     private static SingleClassLoader singleClassLoader;
     private static int nextID;