about summary refs log tree commit diff stats
path: root/subx/010core.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/010core.cc')
-rw-r--r--subx/010core.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/010core.cc b/subx/010core.cc
index f8dcdf20..1dc9f16f 100644
--- a/subx/010core.cc
+++ b/subx/010core.cc
@@ -100,7 +100,7 @@ End_of_program = 0;
 // of its bytes, and run it
 void run(string text_bytes) {
   // Begin run() For Scenarios
-  cerr << text_bytes << '\n';
+//?   cerr << text_bytes << '\n';
   load_program(text_bytes, 1);  // tests always assume a starting address of 1
   EIP = 1;  // preserve null pointer
   while (EIP < End_of_program)