WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 2 of 8] x86: add explicit size suffixes to some

>>> On 08.03.11 at 11:44, Tim Deegan <Tim.Deegan@xxxxxxxxxx> wrote:
> At 09:27 +0000 on 08 Mar (1299576427), Jan Beulich wrote:
>> >>> On 07.03.11 at 12:26, Tim Deegan <Tim.Deegan@xxxxxxxxxx> wrote:
>> >--- a/xen/arch/x86/x86_emulate/x86_emulate.c        Mon Mar 07 11:21:11 
>> >2011 +0000
>> >+++ b/xen/arch/x86/x86_emulate/x86_emulate.c        Mon Mar 07 11:21:11 
>> >2011 +0000
>> >@@ -2678,7 +2678,7 @@ x86_emulate(
>> >                 emulate_fpu_insn_memsrc("fiaddl", src.val);
>> >                 break;
>> >             case 1: /* fimul m64i */
>> >-                emulate_fpu_insn_memsrc("fimul", src.val);
>> >+                emulate_fpu_insn_memsrc("fimuls", src.val);
>> 
>> fimull.
> 
> fimuls is what the previous code generates, but it does look like that
> was wrong.  I'll fix it, thanks.

And perhaps that fix by itself should go into 4.1/4.0 too.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>