From: brian Date: Tue, 1 Jun 2004 01:01:44 +0000 (-0700) Subject: nextedvm typo X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ba0fb468d28a02271671ce6e805016953cb68df2;p=nestedvm.git nextedvm typo darcs-hash:20040601010144-24bed-b4487bba3f95a2ac5eeda6266528d4420c72af84.gz --- 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;