about summary refs log tree commit diff stats
path: root/999spaces.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-29 12:09:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-29 12:09:23 -0700
commitcdd6fd09673faa6ed72d1b7f52333c12100df049 (patch)
tree1b6355df38822a1daaf4e91df65dce556097d9bc /999spaces.cc
parentd9025124a102fb7b421699e4e0463a3c62b261cb (diff)
downloadmu-cdd6fd09673faa6ed72d1b7f52333c12100df049.tar.gz
2313
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)