<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:andrew.v.tischenko@gmail.com" title="Andrew V. Tischenko <andrew.v.tischenko@gmail.com>"> <span class="fn">Andrew V. Tischenko</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - X86 disassembler skips over some bytes"
   href="https://bugs.llvm.org/show_bug.cgi?id=21640">bug 21640</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - X86 disassembler skips over some bytes"
   href="https://bugs.llvm.org/show_bug.cgi?id=21640#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - X86 disassembler skips over some bytes"
   href="https://bugs.llvm.org/show_bug.cgi?id=21640">bug 21640</a>
              from <span class="vcard"><a class="email" href="mailto:andrew.v.tischenko@gmail.com" title="Andrew V. Tischenko <andrew.v.tischenko@gmail.com>"> <span class="fn">Andrew V. Tischenko</span></a>
</span></b>
        <pre>I reopen the bug because we still have some issues here:

0x2e 0x89 0x1c
0x2e 0x66 0x89 0x1c
0x2e 0x67 0x89 0x1c
0x2e 0x67 0x66 0x89 0x1c

        movl    %ebx, %cs:(%esi,%ebp)
        movw    %bx, (%esi,%ebp)
        movl    %ebx, (%si)
        movw    %bx, %cs:(%si)

As you see 2 middle lines don't have prefix cs: but they should if I understand
correctly. I suppose it's because of revert of D36788 but I see the same
behaviour in D27262. I'll try to fix it there.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>