about summary refs log tree commit diff stats
path: root/999spaces.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-07-09 14:34:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-07-09 14:34:17 -0700
commitec99eb7a2aa67b55d0fdc1dcb9c40e59d8ec42a7 (patch)
treeaf0ea692f98dc74082c3509fbad8191cbeb8a042 /999spaces.cc
parent6573fe1f1aa6d87c027d10429ded7e0162e52902 (diff)
downloadmu-ec99eb7a2aa67b55d0fdc1dcb9c40e59d8ec42a7.tar.gz
3966
Diffstat (limited to '999spaces.cc')
-rw-r--r--999spaces.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/999spaces.cc b/999spaces.cc
index e28faa78..219e695d 100644
--- a/999spaces.cc
+++ b/999spaces.cc
@@ -9,7 +9,7 @@
 //: Location 0 - unused (since it can help uncover bugs)
 //: Locations 1-899 - reserved for tests
 //: Locations 900-999 - reserved for predefined globals in Mu scenarios, like keyboard, screen, etc.
-:(before "End Setup")
+:(before "End Reset")
 assert(Max_variables_in_scenarios == 900);
 //: Locations 1000 ('Reserved_for_tests') onward - available to the allocator in chunks of size Initial_memory_per_routine.
 assert(Reserved_for_tests == 1000);