From: Keir Fraser Date: Wed, 15 Jun 2011 19:50:38 +0000 (+0100) Subject: x86_emulate: Fix decode of FUCOMIP %stN. X-Git-Tag: 4.0.3-rc1~12 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5379918e9f8d91ae7fe50e09c0ab21406a758544;p=xen.git x86_emulate: Fix decode of FUCOMIP %stN. Signed-off-by: Keir Fraser xen-unstable changeset: 23546:d25f2c114ace xen-unstable date: Wed Jun 15 20:33:58 2011 +0100 --- diff --git a/xen/arch/x86/x86_emulate/x86_emulate.c b/xen/arch/x86/x86_emulate/x86_emulate.c index 112654a7e7..1e5c41bdd1 100644 --- a/xen/arch/x86/x86_emulate/x86_emulate.c +++ b/xen/arch/x86/x86_emulate/x86_emulate.c @@ -2936,8 +2936,8 @@ x86_emulate( dst.reg = (unsigned long *)&_regs.eax; emulate_fpu_insn_memdst("fnstsw", dst.val); break; + case 0xe8 ... 0xef: /* fucomip %stN */ case 0xf0 ... 0xf7: /* fcomip %stN */ - case 0xf8 ... 0xff: /* fucomip %stN */ emulate_fpu_insn_stub(0xdf, modrm); break; default: