diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-11 23:43:04 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-11 23:43:04 -0800 |
commit | 2c56af2d8f791902f5ff59754c0277eddeb27a3e (patch) | |
tree | a84ba4660f8816ef07a9c7aacdb3cddb18d75710 /html/404stream.mu.html | |
parent | d71559924670854f475685c7506c93561a96864b (diff) | |
download | mu-2c56af2d8f791902f5ff59754c0277eddeb27a3e.tar.gz |
7227
Diffstat (limited to 'html/404stream.mu.html')
-rw-r--r-- | html/404stream.mu.html | 4 |
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"><-</span> address foo -<span id="L51" class="LineNr">51 </span> <a href='306files.subx.html#L76'>populate-buffered-file-containing</a> <span class="Constant">"abc"</span>, foo-ah +<span id="L51" class="LineNr">51 </span> <a href='306files.subx.html#L89'>populate-buffered-file-containing</a> <span class="Constant">"abc"</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"><-</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"><-</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"><-</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"><-</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">"abc"</span> <span id="L65" class="LineNr">65 </span> <span class="PreProc">var</span> s: (stream byte <span class="Constant">0x100</span>) |