Author: leo
Date: Wed Mar 22 07:59:59 2006
New Revision: 11984
Modified:
trunk/src/runops_cores.c
Log:
reenable distinct tracing interpreter
Modified: trunk/src/runops_cores.c
==============================================================================
--- trunk/src/runops_cores.c (original)
+++ trunk/src/runops_cores.c Wed Mar 22 07:59:59 2006
@@ -120,9 +120,10 @@
debugger = interpreter->debugger =
/*
- * XXX too many globals currently - disabled
+ * using a distinc interpreter for tracing should be ok
+ * - just in case, make it easy to switch
*/
-#if 0
+#if 1
make_interpreter(interpreter, 0);
#else
interpreter;