X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2FCompiler.java;h=c68e5cf0914409db491b4d138e34d4e6fe12f335;hp=de5a04802da8c4174e96345c5027a9b929731da5;hb=9a641039c47c2619982213501f49e1168fcdbda2;hpb=777acd138d857049f58620b5c2003733798e69f0 diff --git a/src/org/ibex/nestedvm/Compiler.java b/src/org/ibex/nestedvm/Compiler.java index de5a048..c68e5cf 100644 --- a/src/org/ibex/nestedvm/Compiler.java +++ b/src/org/ibex/nestedvm/Compiler.java @@ -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;