mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
KVM: x86 emulator: add CALL FAR instruction emulation (opcode 9a)
Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
a3c321c6e2
commit
cc4feed57f
@ -2455,7 +2455,7 @@ static struct opcode opcode_table[256] = {
|
||||
X8(D(SrcAcc | DstReg)),
|
||||
/* 0x98 - 0x9F */
|
||||
D(DstAcc | SrcNone), I(ImplicitOps | SrcAcc, em_cwd),
|
||||
D(SrcImmFAddr | No64), N,
|
||||
I(SrcImmFAddr | No64, em_call_far), N,
|
||||
D(ImplicitOps | Stack), D(ImplicitOps | Stack), N, N,
|
||||
/* 0xA0 - 0xA7 */
|
||||
D(ByteOp | DstAcc | SrcMem | Mov | MemAbs), D(DstAcc | SrcMem | Mov | MemAbs),
|
||||
|
Loading…
Reference in New Issue
Block a user