about summary refs log tree commit diff stats
path: root/html/999spaces.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/999spaces.cc.html')
-rw-r--r--html/999spaces.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/999spaces.cc.html b/html/999spaces.cc.html
index 5569e943..9aa79d6b 100644
--- a/html/999spaces.cc.html
+++ b/html/999spaces.cc.html
@@ -66,7 +66,7 @@ if ('onhashchange' in window) {
 <span id="L9" class="LineNr"> 9 </span><span class="Comment">//: Location 0 - unused (since it can help uncover bugs)</span>
 <span id="L10" class="LineNr">10 </span><span class="Comment">//: Locations 1-899 - reserved for tests</span>
 <span id="L11" class="LineNr">11 </span><span class="Comment">//: Locations 900-999 - reserved for predefined globals in Mu scenarios, like keyboard, screen, etc.</span>
-<span id="L12" class="LineNr">12 </span><span class="Delimiter">:(before &quot;End Setup&quot;)</span>
+<span id="L12" class="LineNr">12 </span><span class="Delimiter">:(before &quot;End Reset&quot;)</span>
 <span id="L13" class="LineNr">13 </span>assert<span class="Delimiter">(</span>Max_variables_in_scenarios == <span class="Constant">900</span><span class="Delimiter">);</span>
 <span id="L14" class="LineNr">14 </span><span class="Comment">//: Locations 1000 ('Reserved_for_tests') onward - available to the allocator in chunks of size Initial_memory_per_routine.</span>
 <span id="L15" class="LineNr">15 </span>assert<span class="Delimiter">(</span>Reserved_for_tests == <span class="Constant">1000</span><span class="Delimiter">);</span>