about summary refs log tree commit diff stats
path: root/999spaces.cc
diff options
context:
space:
mode:
Diffstat (limited to '999spaces.cc')
-rw-r--r--999spaces.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/999spaces.cc b/999spaces.cc
index 5fe52b26..5b6ae7c8 100644
--- a/999spaces.cc
+++ b/999spaces.cc
@@ -27,8 +27,7 @@ assert(Next_recipe_ordinal == 1000);
 //:
 //: 0 - unused
 //: 1-100 - app-level trace statements in mu
-//: 101-9998 - call-stack statements (mostly label run)
+//: 101-9989 - call-stack statements (mostly label run)
 assert(Initial_callstack_depth == 101);
-assert(Max_callstack_depth == 9998);
-//: 9999 - intra-instruction lines (mostly label mem)
-assert(Primitive_recipe_depth == 9999);
+assert(Max_callstack_depth == 9989);
+//: 9990-9999 - intra-instruction lines (mostly label mem)