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:
parent
1da8919600
commit
b608bb1128
@ -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", []>;
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user