about summary refs log tree commit diff stats
path: root/html/132slurp.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-07 16:38:14 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-07 16:39:44 -0700
commit68df24fa778f7f5a2651a4623681f38dc920c490 (patch)
tree99d95cf1812e90ad6bfd4f7292ee42b6a5e7c935 /html/132slurp.subx.html
parenta0430d580719fc0fbe1fe0c92de2ec412245762c (diff)
downloadmu-68df24fa778f7f5a2651a4623681f38dc920c490.tar.gz
6746
Diffstat (limited to 'html/132slurp.subx.html')
-rw-r--r--html/132slurp.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/132slurp.subx.html b/html/132slurp.subx.html
index 705f8a4e..da177274 100644
--- a/html/132slurp.subx.html
+++ b/html/132slurp.subx.html
@@ -197,7 +197,7 @@ if ('onhashchange' in window) {
 <span id="L138" class="LineNr">138 </span>    <span class="subxS1Comment"># . eax = slurp(_test-buffered-file, _test-tmp-stream)</span>
 <span id="L139" class="LineNr">139 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L140" class="LineNr">140 </span>    68/push  <a href='111read.subx.html#L428'>_test-tmp-stream</a>/imm32
-<span id="L141" class="LineNr">141 </span>    68/push  <a href='112read-byte.subx.html#L274'>_test-buffered-file</a>/imm32
+<span id="L141" class="LineNr">141 </span>    68/push  <a href='112read-byte.subx.html#L318'>_test-buffered-file</a>/imm32
 <span id="L142" class="LineNr">142 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L143" class="LineNr">143 </span>    e8/call  <a href='132slurp.subx.html#L8'>slurp</a>/disp32
 <span id="L144" class="LineNr">144 </span>    <span class="subxS2Comment"># . . discard args</span>
a> 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258