about summary refs log tree commit diff stats
path: root/999spaces.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-23 14:50:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-23 14:50:13 -0700
commitc1041a26ad35c22578bee34d368568d6f6c5dac7 (patch)
treeb06134bf9939fb9554d55ebac5f4c5238856d544 /999spaces.cc
parent6db2edf9c6c8221e4ab10047cd4fcab4111c9cde (diff)
downloadmu-c1041a26ad35c22578bee34d368568d6f6c5dac7.tar.gz
1440
Diffstat (limited to '999spaces.cc')
-rw-r--r--999spaces.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/999spaces.cc b/999spaces.cc
index 019c767c..4c09712d 100644
--- a/999spaces.cc
+++ b/999spaces.cc
@@ -26,6 +26,7 @@ assert(Reserved_for_tests == 1000);
 //: 0 - unused
 //: 1-99 - app-level trace statements in mu
 //: 100 - schedule
+assert(Scheduling_depth == 100);
 //: 101-9998 - call-stack statements (mostly label run)
 assert(Initial_callstack_depth == 101);
 assert(Max_callstack_depth == 9998);