KVM: x86 emulator: emulate MOVAPD

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

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Igor Mammedov 2014-03-15 21:02:00 +01:00 коммит произвёл Paolo Bonzini
Родитель 27ce825823
Коммит 6fec27d80f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 = { {