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

Commit 6fec27d8 authored by Igor Mammedov's avatar Igor Mammedov Committed by Paolo Bonzini
Browse files

KVM: x86 emulator: emulate MOVAPD



Add emulation for 0x66 prefixed instruction of 0f 28 opcode
that has been added earlier.

Signed-off-by: default avatarIgor Mammedov <imammedo@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 27ce8258
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3669,7 +3669,7 @@ static const struct gprefix pfx_vmovntpx = {
};

static const struct gprefix pfx_0f_28_0f_29 = {
	I(Aligned, em_mov), N, N, N,
	I(Aligned, em_mov), I(Aligned, em_mov), N, N,
};

static const struct escape escape_d9 = { {