X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2FRuntimeCompiler.java;h=2d0a182f6a38b0f69d476c7d641d6742b971af12;hp=0160b7a9f05238bcc1a06b415eec1c78c74e52c9;hb=ba0fb468d28a02271671ce6e805016953cb68df2;hpb=bf7edab63fc1d980e58ae0a460fb49d75ccbc1c7 diff --git a/src/org/ibex/nestedvm/RuntimeCompiler.java b/src/org/ibex/nestedvm/RuntimeCompiler.java index 0160b7a..2d0a182 100644 --- a/src/org/ibex/nestedvm/RuntimeCompiler.java +++ b/src/org/ibex/nestedvm/RuntimeCompiler.java @@ -19,7 +19,7 @@ public class RuntimeCompiler { } id = nextID++; } - String className = "nextedvm.runtimecompiled_" + id; + String className = "nestedvm.runtimecompiled_" + id; System.err.println("RuntimeCompiler: Building " + className); String options = "nosupportcall"; if(extraoptions != null) options += "," + extraoptions;