forked from OSchip/llvm-project
Added the WAIT instruction to the Intel tables,
for the purposes of the disassembler. llvm-svn: 81603
This commit is contained in:
parent
f8e94f2008
commit
57dba6768e
|
@ -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