about summary refs log tree commit diff stats
path: root/cpp/043space.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/043space.cc')
-rw-r--r--cpp/043space.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/043space.cc b/cpp/043space.cc
index 5d9c8555..e94cf023 100644
--- a/cpp/043space.cc
+++ b/cpp/043space.cc
@@ -99,7 +99,7 @@ int space_base(const reagent& x) {
 
 int address(int offset, int base) {
   if (base == 0) return offset;  // raw
-//?   cout << base << '\n'; //? 1
+//?   cout << base << '\n'; //? 2
   if (offset >= Memory[base]) {
     // todo: test
     raise << "location " << offset << " is out of bounds " << Memory[base] << '\n';