KVM: x86 emulator: simplify two-byte opcode check
authorWei Yongjun <yjwei@cn.fujitsu.com>
Thu, 5 Aug 2010 08:34:39 +0000 (16:34 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:59 +0000 (10:50 +0200)
Two-byte opcode always start with 0x0F and the decode flags
of opcode 0xF0 is always 0, so remove dup check.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found