[llvm-bugs] [Bug 20252] Incorrect disassembly of X86 INT opcode
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 1 06:38:32 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=20252
Andrew V. Tischenko <andrew.v.tischenko at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrew.v.tischenko at gmail.co
| |m
Resolution|--- |FIXED
--- Comment #1 from Andrew V. Tischenko <andrew.v.tischenko at gmail.com> ---
The current clang works propely with this issue that's why we should close the
bug:
llvm-mc -disassemble test.s -triple=x86_64-linux-none -show-encoding -show-inst
.text
int $223 # encoding: [0xcd,0xdf]
# <MCInst #1025 INT
# <MCOperand Imm:223>>
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170801/8384bcdb/attachment.html>
More information about the llvm-bugs
mailing list