about summary refs log tree commit diff stats
path: root/html/subx/010core.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/010core.cc.html')
-rw-r--r--html/subx/010core.cc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/subx/010core.cc.html b/html/subx/010core.cc.html
index 425859f5..2fe9f502 100644
--- a/html/subx/010core.cc.html
+++ b/html/subx/010core.cc.html
@@ -76,8 +76,8 @@ if ('onhashchange' in window) {
 <span id="L13" class="LineNr"> 13 </span>  <a href='010core.cc.html#L13'>NUM_INT_REGISTERS</a><span class="Delimiter">,</span>
 <span id="L14" class="LineNr"> 14 </span><span class="Delimiter">};</span>
 <span id="L15" class="LineNr"> 15 </span><span class="Normal">union</span> <a href='010core.cc.html#L15'>reg</a> <span class="Delimiter">{</span>
-<span id="L16" class="LineNr"> 16 </span>  <span class="Normal">int32_t</span> <a href='010core.cc.html#L16'>i</a><span class="Delimiter">;</span>
-<span id="L17" class="LineNr"> 17 </span>  <span class="Normal">uint32_t</span> <a href='010core.cc.html#L17'>u</a><span class="Delimiter">;</span>
+<span id="L16" class="LineNr"> 16 </span>  <span class="Normal">int32_t</span> i<span class="Delimiter">;</span>
+<span id="L17" class="LineNr"> 17 </span>  <span class="Normal">uint32_t</span> u<span class="Delimiter">;</span>
 <span id="L18" class="LineNr"> 18 </span><span class="Delimiter">};</span>
 <span id="L19" class="LineNr"> 19 </span><span class="Delimiter">:(before &quot;End Globals&quot;)</span>
 <span id="L20" class="LineNr"> 20 </span><a href='010core.cc.html#L15'>reg</a> Reg[NUM_INT_REGISTERS] = <span class="Delimiter">{</span> <span class="Delimiter">{</span><span class="Constant">0</span><span class="Delimiter">}</span> <span class="Delimiter">};</span>
@@ -178,7 +178,7 @@ if ('onhashchange' in window) {
 <span id="L115" class="LineNr">115 </span>  <span class="Normal">case</span> <span class="Constant">0x05</span>: <span class="Delimiter">{</span>  <span class="Comment">// add imm32 to EAX</span>
 <span id="L116" class="LineNr">116 </span>  <span class="Conceal">¦</span> <span class="Normal">int32_t</span> arg2 = <a href='010core.cc.html#L217'>imm32</a><span class="Delimiter">();</span>
 <span id="L117" class="LineNr">117 </span>  <span class="Conceal">¦</span> <a href='003trace.cc.html#L160'>trace</a><span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">,</span> <span class="Constant">&quot;run&quot;</span><span class="Delimiter">)</span> &lt;&lt; <span class="Constant">&quot;add <a href='010core.cc.html#L217'>imm32</a> 0x&quot;</span> &lt;&lt; <a href='010core.cc.html#L228'>HEXWORD</a> &lt;&lt; arg2 &lt;&lt; <span class="Constant">&quot; to <a href='010core.cc.html#L15'>reg</a> EAX&quot;</span> &lt;&lt; <a href='003trace.cc.html#L184'>end</a><span class="Delimiter">();</span>
-<span id="L118" class="LineNr">118 </span>  <span class="Conceal">¦</span> <a href='010core.cc.html#L41'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>+<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span><a href='010core.cc.html#L16'>i</a><span class="Delimiter">,</span> arg2<span class="Delimiter">);</span>
+<span id="L118" class="LineNr">118 </span>  <span class="Conceal">¦</span> <a href='010core.cc.html#L41'>BINARY_ARITHMETIC_OP</a><span class="Delimiter">(</span>+<span class="Delimiter">,</span> Reg[EAX]<span class="Delimiter">.</span>i<span class="Delimiter">,</span> arg2<span class="Delimiter">);</span>
 <span id="L119" class="LineNr">119 </span>  <span class="Conceal">¦</span> <span class="Identifier">break</span><span class="Delimiter">;</span>
 <span id="L120" class="LineNr">120 </span>  <span class="Delimiter">}</span>
 <span id="L121" class="LineNr">121 </span>  <span class="Comment">// End Single-Byte Opcodes</span>