Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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



Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
parent 1146a78b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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[] = {