Commit 188424ba authored by Gleb Natapov's avatar Gleb Natapov

KVM: emulator: mark 0xff 0x7d opcode as undefined.

Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
parent 1146a78b
......@@ -3723,7 +3723,7 @@ static const struct opcode group5[] = {
I(SrcMemFAddr | ImplicitOps | Stack, em_call_far),
I(SrcMem | Stack, em_grp45),
I(SrcMemFAddr | ImplicitOps, em_grp45),
I(SrcMem | Stack, em_grp45), N,
I(SrcMem | Stack, em_grp45), D(Undefined),
};
static const struct opcode group6[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment