1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Added the WAIT instruction to the Intel tables,

for the purposes of the disassembler.

llvm-svn: 81603
This commit is contained in:
Sean Callanan 2009-09-12 02:52:41 +00:00
parent 1da8919600
commit b608bb1128

View File

@ -839,6 +839,7 @@ def SYSENTER : I<0x34, RawFrm,
def SYSEXIT : I<0x35, RawFrm,
(outs), (ins), "sysexit", []>, TB;
def WAIT : I<0x9B, RawFrm, (outs), (ins), "wait", []>;
//===----------------------------------------------------------------------===//