about summary refs log tree commit diff stats
path: root/html/404stream.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/404stream.mu.html')
-rw-r--r--html/404stream.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/404stream.mu.html b/html/404stream.mu.html
index 2f5da311..d57b8573 100644
--- a/html/404stream.mu.html
+++ b/html/404stream.mu.html
@@ -106,7 +106,7 @@ if ('onhashchange' in window) {
 <span id="L48" class="LineNr">48 </span><span class="PreProc">fn</span> <span class="muTest"><a href='404stream.mu.html#L48'>test-fake-input-buffered-file</a></span> <span class="Delimiter">{</span>
 <span id="L49" class="LineNr">49 </span>  <span class="PreProc">var</span> foo: (handle buffered-file)
 <span id="L50" class="LineNr">50 </span>  <span class="PreProc">var</span> foo-ah/<span class="Constant">eax</span>: (addr handle buffered-file) <span class="SpecialChar">&lt;-</span> address foo
-<span id="L51" class="LineNr">51 </span>  <a href='306files.subx.html#L76'>populate-buffered-file-containing</a> <span class="Constant">&quot;abc&quot;</span>, foo-ah
+<span id="L51" class="LineNr">51 </span>  <a href='306files.subx.html#L89'>populate-buffered-file-containing</a> <span class="Constant">&quot;abc&quot;</span>, foo-ah
 <span id="L52" class="LineNr">52 </span>  <span class="PreProc">var</span> foo-addr/<span class="Constant">eax</span>: (addr buffered-file) <span class="SpecialChar">&lt;-</span> <a href='120allocate.subx.html#L256'>lookup</a> foo
 <span id="L53" class="LineNr">53 </span>  <span class="PreProc">var</span> s: (stream byte <span class="Constant">0x100</span>)
 <span id="L54" class="LineNr">54 </span>  <span class="PreProc">var</span> result/<span class="Constant">ecx</span>: (addr stream byte) <span class="SpecialChar">&lt;-</span> address s
@@ -117,7 +117,7 @@ if ('onhashchange' in window) {
 <span id="L59" class="LineNr">59 </span><span class="PreProc">fn</span> <span class="muTest"><a href='404stream.mu.html#L59'>test-fake-output-buffered-file</a></span> <span class="Delimiter">{</span>
 <span id="L60" class="LineNr">60 </span>  <span class="PreProc">var</span> foo: (handle buffered-file)
 <span id="L61" class="LineNr">61 </span>  <span class="PreProc">var</span> foo-ah/<span class="Constant">eax</span>: (addr handle buffered-file) <span class="SpecialChar">&lt;-</span> address foo
-<span id="L62" class="LineNr">62 </span>  <a href='306files.subx.html#L122'>new-buffered-file</a> foo-ah
+<span id="L62" class="LineNr">62 </span>  <a href='306files.subx.html#L135'>new-buffered-file</a> foo-ah
 <span id="L63" class="LineNr">63 </span>  <span class="PreProc">var</span> foo-addr/<span class="Constant">eax</span>: (addr buffered-file) <span class="SpecialChar">&lt;-</span> <a href='120allocate.subx.html#L256'>lookup</a> foo
 <span id="L64" class="LineNr">64 </span>  <a href='116write-buffered.subx.html#L8'>write-buffered</a> foo-addr, <span class="Constant">&quot;abc&quot;</span>
 <span id="L65" class="LineNr">65 </span>  <span class="PreProc">var</span> s: (stream byte <span class="Constant">0x100</span>)