<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:Menlo;
        panose-1:2 11 6 9 3 8 4 2 2 4;}
@font-face
        {font-family:"\@DengXian";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">In the file </span><span style="font-size:11.0pt;font-family:Consolas;color:black">llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp</span><span style="font-size:11.0pt;color:black"> in
 the function </span><span style="font-size:11.0pt;font-family:Consolas;color:black">readDisplacement</span><span style="font-size:11.0pt;color:black"> (line 1235),</span><span style="font-size:11.0pt;font-family:Consolas;color:black">insn->consumedDisplacement</span><span style="font-size:11.0pt;color:black"> is
 set to </span><span style="font-size:11.0pt;font-family:Consolas;color:black">true</span><span style="font-size:11.0pt;color:black"> on line 1245. In the proceeding switch statement, the same variable may be set to </span><span style="font-size:11.0pt;font-family:Consolas;color:black">false</span><span style="font-size:11.0pt;color:black">,
 but the line immediately after the switch (line 1269) always sets it back to </span><span style="font-size:11.0pt;font-family:Consolas;color:black">true</span><span style="font-size:11.0pt;color:black">. Here’s a copy of the source:</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black"> </span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><i><span style="font-size:10.5pt;font-family:Menlo;color:#545454">/*</span></i><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><i><span style="font-size:10.5pt;font-family:Menlo;color:#545454">* readDisplacement - Consumes the displacement of an instruction.</span></i><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><i><span style="font-size:10.5pt;font-family:Menlo;color:#545454">*</span></i><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><i><span style="font-size:10.5pt;font-family:Menlo;color:#545454">* @param insn  - The instruction whose displacement is to be read.</span></i><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><i><span style="font-size:10.5pt;font-family:Menlo;color:#545454">* @return      - 0 if the displacement byte was successfully read; nonzero</span></i><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><i><span style="font-size:10.5pt;font-family:Menlo;color:#545454">*                otherwise.</span></i><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><i><span style="font-size:10.5pt;font-family:Menlo;color:#545454">*/</span></i><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">static</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">int</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#82AAFF">readDisplacement</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">struct</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#FFCB6B">InternalInstruction</span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">*</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#FF5370">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">)</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">{</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><span lang="FR" style="font-size:10.5pt;font-family:Menlo;color:#C792EA">int8_t</span><span lang="FR" style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> d8</span><span lang="FR" style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span lang="FR" style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span lang="FR" style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><span lang="FR" style="font-size:10.5pt;font-family:Menlo;color:#C792EA">int16_t</span><span lang="FR" style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> d16</span><span lang="FR" style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span lang="FR" style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span lang="FR" style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">int32_t</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> d32</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><span style="font-size:10.5pt;font-family:Menlo;color:#82AAFF">dbgprintf</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">,</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">"</span><span style="font-size:10.5pt;font-family:Menlo;color:#C3E88D">readDisplacement()</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">");</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">if</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">consumedDisplacement</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">)</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">return</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#F78C6C">0</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">consumedDisplacement </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">=</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#F78C6C">true</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">; 
    // The value is always set to ‘true’ here</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">displacementOffset </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">=</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">readerCursor </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">-</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">startLocation</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">switch</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">eaDisplacement</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">)</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">{</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">case</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> EA_DISP_NONE</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">:</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">consumedDisplacement</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">=</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#F78C6C">false</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;
  // The value may be set to ‘false’ here</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">break</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;                              
 // Control flow skips to the end of the switch</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">case</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> EA_DISP_8</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">:</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">if</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#82AAFF">consumeInt8</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">,</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">&</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">d8</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">))</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">      </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">return</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">-</span><span style="font-size:10.5pt;font-family:Menlo;color:#F78C6C">1</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">displacement</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">=</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> d8</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">break</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">case</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> EA_DISP_16</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">:</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">if</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#82AAFF">consumeInt16</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">,</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">&</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">d16</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">))</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">      </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">return</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">-</span><span style="font-size:10.5pt;font-family:Menlo;color:#F78C6C">1</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">displacement</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">=</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> d16</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">break</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">case</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> EA_DISP_32</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">:</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">if</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#82AAFF">consumeInt32</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">(</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">,</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">&</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">d32</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">))</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">      </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">return</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">-</span><span style="font-size:10.5pt;font-family:Menlo;color:#F78C6C">1</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#F07178">displacement</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">=</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> d32</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">    </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">break</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">}</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  insn</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">-></span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">consumedDisplacement </span><span style="font-size:10.5pt;font-family:Menlo;color:#C792EA">=</span><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#F78C6C">true</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">; 
    // The value is always set to ‘true’ again, reversing the change that was</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">                                         // made if insn->eaDisplacement == EA_DISP_NONE</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF">  </span><i><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">return</span></i><span style="font-size:10.5pt;font-family:Menlo;color:#EEFFFF"> </span><span style="font-size:10.5pt;font-family:Menlo;color:#F78C6C">0</span><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">;</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:15.75pt;background:#212121"><span style="font-size:10.5pt;font-family:Menlo;color:#89DDFF">}</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black"> </span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">I’m not sure if this is a bug or if it was intentional. If the logic is not correct, what would be the appropriate fix? If it would be more appropriate to file a formal bug report let me know and
 I can file one.</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black"> </span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;color:black">~ Cameron Smith</span><span style="color:black"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
</div>
</body>
</html>