about summary refs log tree commit diff stats
path: root/html/subx/019functions.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-11 18:08:21 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-11 18:08:21 -0800
commitdb8a9ab553535551ce80dcd5ce07cffb85f5cfb7 (patch)
tree2b178c65d6e5ada219d354637ee3ee10050589bf /html/subx/019functions.cc.html
parentdadae33848cbaf95b6355789348e0b1d3dff11af (diff)
downloadmu-db8a9ab553535551ce80dcd5ce07cffb85f5cfb7.tar.gz
4921
Diffstat (limited to 'html/subx/019functions.cc.html')
-rw-r--r--html/subx/019functions.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/019functions.cc.html b/html/subx/019functions.cc.html
index bbd254bd..b8d3113f 100644
--- a/html/subx/019functions.cc.html
+++ b/html/subx/019functions.cc.html
@@ -146,7 +146,7 @@ if ('onhashchange' in window) {
 <span id="L84" class="LineNr">84 </span><span class="Delimiter">:(before &quot;End Single-Byte Opcodes&quot;)</span>
 <span id="L85" class="LineNr">85 </span><span class="Normal">case</span> <span class="Constant">0xc3</span>: <span class="Delimiter">{</span>  <span class="Comment">// return from a call</span>
 <span id="L86" class="LineNr">86 </span>  <a href='003trace.cc.html#L183'>trace</a><span class="Delimiter">(</span><span class="Constant">90</span><span class="Delimiter">,</span> <span class="Constant">&quot;run&quot;</span><span class="Delimiter">)</span> &lt;&lt; <span class="Constant">&quot;return&quot;</span> &lt;&lt; end<span class="Delimiter">();</span>
-<span id="L87" class="LineNr">87 </span>  <a href='010---vm.cc.html#L29'>EIP</a> = <a href='013direct_addressing.cc.html#L788'>pop</a><span class="Delimiter">();</span>
+<span id="L87" class="LineNr">87 </span>  <a href='010---vm.cc.html#L29'>EIP</a> = <a href='013direct_addressing.cc.html#L789'>pop</a><span class="Delimiter">();</span>
 <span id="L88" class="LineNr">88 </span>  <a href='003trace.cc.html#L183'>trace</a><span class="Delimiter">(</span><span class="Constant">90</span><span class="Delimiter">,</span> <span class="Constant">&quot;run&quot;</span><span class="Delimiter">)</span> &lt;&lt; <span class="Constant">&quot;jumping to 0x&quot;</span> &lt;&lt; <a href='010---vm.cc.html#L413'>HEXWORD</a> &lt;&lt; <a href='010---vm.cc.html#L29'>EIP</a> &lt;&lt; end<span class="Delimiter">();</span>
 <span id="L89" class="LineNr">89 </span>  <span class="Identifier">break</span><span class="Delimiter">;</span>
 <span id="L90" class="LineNr">90 </span><span class="Delimiter">}</span>