about summary refs log tree commit diff stats
path: root/html/apps/calls.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-01 17:11:05 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-01 17:11:05 -0800
commit1b050736eea04323e09e5e8e7499c33cee1899d0 (patch)
tree9b0effbe4bff399f951b7256c4bcc4b10f36b6a4 /html/apps/calls.subx.html
parentcace386e1f2b3f49fd14ac8f34231e932e2a3d19 (diff)
downloadmu-1b050736eea04323e09e5e8e7499c33cee1899d0.tar.gz
5855
Diffstat (limited to 'html/apps/calls.subx.html')
-rw-r--r--html/apps/calls.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html
index f6e99787..9f78d04d 100644
--- a/html/apps/calls.subx.html
+++ b/html/apps/calls.subx.html
@@ -813,7 +813,7 @@ if ('onhashchange' in window) {
 <span id="L823" class="LineNr"> 823 </span>    <span class="subxS1Comment"># . ecx = line-&gt;read</span>
 <span id="L824" class="LineNr"> 824 </span>    8b/-&gt; *(esi+4) 1/r32/ecx
 <span id="L825" class="LineNr"> 825 </span>    <span class="subxS1Comment"># . if (ecx &gt;= line-&gt;write) return out = {0, 0}</span>
-<span id="L826" class="LineNr"> 826 </span>    3b/compare *esi 1/r32/ecx
+<span id="L826" class="LineNr"> 826 </span>    3b/compare 1/r32/ecx *esi
 <span id="L827" class="LineNr"> 827 </span>    0f 8d/jump-if-greater-or-equal $next-word-string-or-expression-without-metadata:return-eol/disp32
 <span id="L828" class="LineNr"> 828 </span><span class="Constant">$next-word-string-or-expression-without-metadata:check-for-comment</span>:
 <span id="L829" class="LineNr"> 829 </span>    <span class="subxComment"># out-&gt;start = &amp;line-&gt;data[line-&gt;read]</span>
@@ -899,7 +899,7 @@ if ('onhashchange' in window) {
 <span id="L909" class="LineNr"> 909 </span>    <span class="subxS1Comment"># . ecx = line-&gt;read</span>
 <span id="L910" class="LineNr"> 910 </span>    8b/-&gt; *(esi+4) 1/r32/ecx
 <span id="L911" class="LineNr"> 911 </span>    <span class="subxS1Comment"># . if (ecx &gt;= line-&gt;write) return {0, 0}</span>
-<span id="L912" class="LineNr"> 912 </span>    3b/compare *esi 1/r32/ecx
+<span id="L912" class="LineNr"> 912 </span>    3b/compare 1/r32/ecx *esi
 <span id="L913" class="LineNr"> 913 </span>    0f 8d/jump-if-greater-or-equal $next-word-string-or-expression-without-metadata:return-eol/disp32
 <span id="L914" class="LineNr"> 914 </span>    <span class="subxComment"># if (line-&gt;data[line-&gt;read] == '/') goto error3</span>
 <span id="L915" class="LineNr"> 915 </span>    <span class="subxS1Comment"># . eax = line-&gt;data[line-&gt;read]</span>
@@ -918,7 +918,7 @@ if ('onhashchange' in window) {
 <span id="L928" class="LineNr"> 928 </span>    <span class="subxS1Comment"># . ecx = line-&gt;read</span>
 <span id="L929" class="LineNr"> 929 </span>    8b/-&gt; *(esi+4) 1/r32/ecx
 <span id="L930" class="LineNr"> 930 </span>    <span class="subxS1Comment"># . if (ecx &gt;= line-&gt;write) return {0, 0}</span>
-<span id="L931" class="LineNr"> 931 </span>    3b/compare *esi 1/r32/ecx
+<span id="L931" class="LineNr"> 931 </span>    3b/compare 1/r32/ecx *esi
 <span id="L932" class="LineNr"> 932 </span>    0f 8d/jump-if-greater-or-equal $next-word-string-or-expression-without-metadata:return-eol/disp32
 <span id="L933" class="LineNr"> 933 </span>    <span class="subxComment"># if (line-&gt;data[line-&gt;read] == '#') return out = {0, 0}</span>
 <span id="L934" class="LineNr"> 934 </span>    <span class="subxS1Comment"># . eax = line-&gt;data[line-&gt;read]</span>