about summary refs log tree commit diff stats
path: root/html/apps/tile/gap-buffer.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-29 13:36:32 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-29 13:42:27 -0800
commit775f77c3346d231fc6133de2c7da2bb1e8ef0c2e (patch)
tree3daff158b0bf201c625abca645ce09014df51315 /html/apps/tile/gap-buffer.mu.html
parent55dfa5b98530bdeae19f5e1f118634d9c774773f (diff)
downloadmu-775f77c3346d231fc6133de2c7da2bb1e8ef0c2e.tar.gz
7306
Diffstat (limited to 'html/apps/tile/gap-buffer.mu.html')
-rw-r--r--html/apps/tile/gap-buffer.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/tile/gap-buffer.mu.html b/html/apps/tile/gap-buffer.mu.html
index 028667b1..29cdc22f 100644
--- a/html/apps/tile/gap-buffer.mu.html
+++ b/html/apps/tile/gap-buffer.mu.html
@@ -90,7 +90,7 @@ if ('onhashchange' in window) {
 <span id="L31" class="LineNr"> 31 </span>  <span class="PreProc">var</span> s-storage: (stream byte <span class="Constant">0x100</span>)
 <span id="L32" class="LineNr"> 32 </span>  <span class="PreProc">var</span> s/<span class="Constant">ecx</span>: (addr stream byte) <span class="SpecialChar">&lt;-</span> address s-storage
 <span id="L33" class="LineNr"> 33 </span>  <a href='gap-buffer.mu.html#L37'>emit-gap-buffer</a> self, s
-<span id="L34" class="LineNr"> 34 </span>  <a href='../../310copy-bytes.subx.html#L59'>stream-to-array</a> s, out
+<span id="L34" class="LineNr"> 34 </span>  <a href='../../310copy-bytes.subx.html#L60'>stream-to-array</a> s, out
 <span id="L35" class="LineNr"> 35 </span><span class="Delimiter">}</span>
 <span id="L36" class="LineNr"> 36 </span>
 <span id="L37" class="LineNr"> 37 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='gap-buffer.mu.html#L37'>emit-gap-buffer</a></span> _self: (addr <a href='gap-buffer.mu.html#L1'>gap-buffer</a>), out: (addr stream byte) <span class="Delimiter">{</span>