about summary refs log tree commit diff stats
path: root/html/019functions.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/019functions.cc.html')
-rw-r--r--html/019functions.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/019functions.cc.html b/html/019functions.cc.html
index bcb16130..1a0e9ad9 100644
--- a/html/019functions.cc.html
+++ b/html/019functions.cc.html
@@ -176,7 +176,7 @@ if ('onhashchange' in window) {
 <span id="L116" class="LineNr">116 </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="L117" class="LineNr">117 </span>  <a href='003trace.cc.html#L96'>trace</a><span class="Delimiter">(</span><span class="Special">Callstack_depth</span>+<span class="Constant">1</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="L118" class="LineNr">118 </span>  --<span class="Special">Callstack_depth</span><span class="Delimiter">;</span>
-<span id="L119" class="LineNr">119 </span>  <a href='010---vm.cc.html#L26'>EIP</a> = <a href='013direct_addressing.cc.html#L1272'>pop</a><span class="Delimiter">();</span>
+<span id="L119" class="LineNr">119 </span>  <a href='010---vm.cc.html#L26'>EIP</a> = <a href='013direct_addressing.cc.html#L1270'>pop</a><span class="Delimiter">();</span>
 <span id="L120" class="LineNr">120 </span>  <a href='003trace.cc.html#L96'>trace</a><span class="Delimiter">(</span><span class="Special">Callstack_depth</span>+<span class="Constant">1</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#L395'>HEXWORD</a> &lt;&lt; <a href='010---vm.cc.html#L26'>EIP</a> &lt;&lt; end<span class="Delimiter">();</span>
 <span id="L121" class="LineNr">121 </span>  <span class="Identifier">break</span><span class="Delimiter">;</span>
 <span id="L122" class="LineNr">122 </span><span class="Delimiter">}</span>