lvm.js

changeset 21
9b5cc503bc31
parent 20
977ae93f612c
child 22
8391b51517df
--- a/lvm.js	Sat May 22 17:33:43 2010 +0100
+++ b/lvm.js	Sat May 22 17:37:02 2010 +0100
@@ -262,7 +262,7 @@
 			if(debugMode)
 			{
 				sys.puts("PC: "+(this.frame.pc-1)+" OP: "+instruction[0]);
-				sys.puts("STACK: "+JSON.stringify(this.frame.reg));
+				sys.puts("STACK: "+sys.inspect(this.frame.reg));
 			}
 			switch(INS_OPCODE(instruction))
 			{

mercurial