提交 6fec27d8 编写于 作者: I Igor Mammedov 提交者: Paolo Bonzini

KVM: x86 emulator: emulate MOVAPD

Add emulation for 0x66 prefixed instruction of 0f 28 opcode
that has been added earlier.
Signed-off-by: NIgor Mammedov <imammedo@redhat.com>
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 27ce8258
......@@ -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 = { {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册