about summary refs log tree commit diff stats
path: root/html/100array-equal.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-06 12:28:57 -0800
committerKartik Agaram <vc@akkartik.com>2020-03-06 12:28:57 -0800
commit651fc300a4087f6ccaa7d17c0d581e6ddd313a48 (patch)
treec6847217382e6fb9c55bf5c722481123f8d77e97 /html/100array-equal.subx.html
parentc1737cbaae4e0712beff129094aa73d51204f9a7 (diff)
downloadmu-651fc300a4087f6ccaa7d17c0d581e6ddd313a48.tar.gz
6084
Diffstat (limited to 'html/100array-equal.subx.html')
-rw-r--r--html/100array-equal.subx.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/100array-equal.subx.html b/html/100array-equal.subx.html
index 356bc7d1..7bc1de5c 100644
--- a/html/100array-equal.subx.html
+++ b/html/100array-equal.subx.html
@@ -307,7 +307,7 @@ if ('onhashchange' in window) {
 <span id="L247" class="LineNr">247 </span>    <span class="subxComment">#     slice-&gt;start = skip-chars-matching-in-slice(slice-&gt;start, end, ' ')</span>
 <span id="L248" class="LineNr">248 </span>    <span class="subxComment">#     if (slice-&gt;start &gt;= end) break</span>
 <span id="L249" class="LineNr">249 </span>    <span class="subxComment">#     slice-&gt;end = skip-chars-not-matching-in-slice(slice-&gt;start, end, ' ')</span>
-<span id="L250" class="LineNr">250 </span>    <span class="subxComment">#     *out = parse-hex-int(slice)</span>
+<span id="L250" class="LineNr">250 </span>    <span class="subxComment">#     *out = parse-hex-int-from-slice(slice)</span>
 <span id="L251" class="LineNr">251 </span>    <span class="subxComment">#     out += 4</span>
 <span id="L252" class="LineNr">252 </span>    <span class="subxComment">#     slice-&gt;start = slice-&gt;end</span>
 <span id="L253" class="LineNr">253 </span>    <span class="subxComment">#   return result</span>
@@ -421,12 +421,12 @@ if ('onhashchange' in window) {
 <span id="L361" class="LineNr">361 </span>    81 0/subop/add %esp 0xc/imm32
 <span id="L362" class="LineNr">362 </span>    <span class="subxS1Comment"># . slice-&gt;end = eax</span>
 <span id="L363" class="LineNr">363 </span>    89/&lt;- *(ecx+4) 0/r32/eax
-<span id="L364" class="LineNr">364 </span>    <span class="subxComment"># *out = parse-hex-int(slice)</span>
-<span id="L365" class="LineNr">365 </span>    <span class="subxS1Comment"># . eax = parse-hex-int(slice)</span>
+<span id="L364" class="LineNr">364 </span>    <span class="subxComment"># *out = parse-hex-int-from-slice(slice)</span>
+<span id="L365" class="LineNr">365 </span>    <span class="subxS1Comment"># . eax = parse-hex-int-from-slice(slice)</span>
 <span id="L366" class="LineNr">366 </span>    <span class="subxS2Comment"># . . push args</span>
 <span id="L367" class="LineNr">367 </span>    51/push-ecx
 <span id="L368" class="LineNr">368 </span>    <span class="subxS2Comment"># . . call</span>
-<span id="L369" class="LineNr">369 </span>    e8/call <a href='067parse-hex.subx.html#L354'>parse-hex-int</a>/disp32
+<span id="L369" class="LineNr">369 </span>    e8/call <a href='067parse-hex.subx.html#L354'>parse-hex-int-from-slice</a>/disp32
 <span id="L370" class="LineNr">370 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L371" class="LineNr">371 </span>    81 0/subop/add %esp 4/imm32
 <span id="L372" class="LineNr">372 </span>    <span class="subxS1Comment"># . *out = eax</span>