diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-02 15:46:15 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-02 15:46:15 -0700 |
commit | e8a1153af1bc5fe394837b9cefb6165ea9c6b416 (patch) | |
tree | 552e0c2205115649e469f3abbd29274753e2b202 /html/apps/calls.subx.html | |
parent | 68dff52698b419c9e1bd64bb4558e2f899c87111 (diff) | |
download | mu-e8a1153af1bc5fe394837b9cefb6165ea9c6b416.tar.gz |
5611
Diffstat (limited to 'html/apps/calls.subx.html')
-rw-r--r-- | html/apps/calls.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html index e038ab0b..2004977e 100644 --- a/html/apps/calls.subx.html +++ b/html/apps/calls.subx.html @@ -148,7 +148,7 @@ if ('onhashchange' in window) { <span id="L89" class="LineNr"> 89 </span> <span class="subxComment"># write-stream-data(out, line)</span> <span id="L90" class="LineNr"> 90 </span> <span class="subxComment"># continue</span> <span id="L91" class="LineNr"> 91 </span> <span class="subxComment"># # emit comment</span> -<span id="L92" class="LineNr"> 92 </span> <span class="subxComment"># write-buffered(out, "# ")</span> +<span id="L92" class="LineNr"> 92 </span> <span class="subxComment"># write-buffered(out, "# . ")</span> <span id="L93" class="LineNr"> 93 </span> <span class="subxComment"># write-stream-data(out, line)</span> <span id="L94" class="LineNr"> 94 </span> <span class="subxComment"># # emit code</span> <span id="L95" class="LineNr"> 95 </span> <span class="subxComment"># ++line->read # skip '('</span> @@ -200,7 +200,7 @@ if ('onhashchange' in window) { <span id="L141" class="LineNr">141 </span> <span class="subxS2Comment"># . . push args</span> <span id="L142" class="LineNr">142 </span> ff 6/subop/push *(ebp+0xc) <span id="L143" class="LineNr">143 </span> <span class="subxS2Comment"># . . call</span> -<span id="L144" class="LineNr">144 </span> e8/call <a href='../064write-byte.subx.html#L79'>flush</a>/disp32 +<span id="L144" class="LineNr">144 </span> e8/call <a href='../064write-byte.subx.html#L79'>flush</a>/disp32 <span id="L145" class="LineNr">145 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L146" class="LineNr">146 </span> 81 0/subop/add %esp 4/imm32 <span id="L147" class="LineNr">147 </span><span class="Constant">$convert:end</span>: @@ -268,7 +268,7 @@ if ('onhashchange' in window) { <span id="L209" class="LineNr">209 </span> <span class="subxS1Comment"># . reclaim locals</span> <span id="L210" class="LineNr">210 </span> <span class="subxS1Comment"># . restore registers</span> <span id="L211" class="LineNr">211 </span> <span class="subxS1Comment"># . epilog</span> -<span id="L212" class="LineNr">212 </span> 89/<- %esp 5/r32/ebp +<span id="L212" class="LineNr">212 </span> 89/<- %esp 5/r32/ebp <span id="L213" class="LineNr">213 </span> 5d/pop-to-ebp <span id="L214" class="LineNr">214 </span> c3/return <span id="L215" class="LineNr">215 </span> |