new fs stuff
[nestedvm.git] / src / org / ibex / nestedvm / Compiler.java
index de5a048..c68e5cf 100644 (file)
@@ -7,6 +7,8 @@ import java.io.*;
 
 import org.ibex.nestedvm.util.*;
 
+// FEATURE: -d option for classfilecompiler (just like javac's -d)
+
 public abstract class Compiler implements Registers {    
     /** The ELF binary being read */
     protected ELF elf;