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

Commit cecc9e39 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: x86 emulator: mark mov cr and mov dr as 64-bit instructions in long mode



Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 7f9b4b75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2210,8 +2210,8 @@ static struct opcode twobyte_table[256] = {
	/* 0x10 - 0x1F */
	N, N, N, N, N, N, N, N, D(ImplicitOps | ModRM), N, N, N, N, N, N, N,
	/* 0x20 - 0x2F */
	D(ModRM | ImplicitOps | Priv), D(ModRM | Priv),
	D(ModRM | ImplicitOps | Priv), D(ModRM | Priv),
	D(ModRM | ImplicitOps | Priv | Op3264), D(ModRM | Priv | Op3264),
	D(ModRM | ImplicitOps | Priv | Op3264), D(ModRM | Priv | Op3264),
	N, N, N, N,
	N, N, N, N, N, N, N, N,
	/* 0x30 - 0x3F */