From: adam Date: Wed, 14 Apr 2004 08:34:52 +0000 (-0700) Subject: eliminated dependency between UnixRuntime and Interpreter X-Git-Tag: merge~38 X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=05f796757361541b700605e7ab204efa78d867e0;hp=aa52af046b20a2adc2f9f3f5dedca1b1f9655648 eliminated dependency between UnixRuntime and Interpreter darcs-hash:20040414083452-5007d-d1273db96eaba16fb712e21945a635f971926fb9.gz --- diff --git a/src/org/xwt/mips/UnixRuntime.java b/src/org/xwt/mips/UnixRuntime.java index 5a11c46..e2bc732 100644 --- a/src/org/xwt/mips/UnixRuntime.java +++ b/src/org/xwt/mips/UnixRuntime.java @@ -392,6 +392,7 @@ public abstract class UnixRuntime extends Runtime { } } + /* public static void main(String[] args) throws Exception { UnixRuntime rt = new Interpreter(); rt.cwd = getSystemProperty("user.dir"); @@ -401,7 +402,7 @@ public abstract class UnixRuntime extends Runtime { System.out.println("[" + rt.cleanupPath(line) + "]"); } } - + */ private static boolean needsCleanup(String path) { if(path.indexOf("//") != -1) return true;