qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Alpha: fix decoding of CVTST /S


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] Alpha: fix decoding of CVTST /S
Date: Tue, 11 Nov 2008 14:54:58 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Nov 11, 2008 at 02:23:44PM +0100, Laurent Desnogues wrote:
> Hello,
> 
> this patch fixes the decoding of CVTST /S which was
> incorrectly being decoded as CVTTS.
> 
> This fixes SPEC2000 gcc with 200.i input.
> 

Thanks, applied.

> Laurent
> 
> Signed-off-by: Laurent Desnogues <address@hidden>

> Index: target-alpha/translate.c
> ===================================================================
> --- target-alpha/translate.c  (revision 5670)
> +++ target-alpha/translate.c  (working copy)
> @@ -1464,7 +1464,7 @@
>              break;
>          case 0x2C:
>              /* XXX: incorrect */
> -            if (fn11 == 0x2AC) {
> +            if (fn11 == 0x2AC || fn11 == 0x6AC) {
>                  /* CVTST */
>                  gen_farith2(&helper_cvtst, rb, rc);
>              } else {


-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   address@hidden         | address@hidden
   `-    people.debian.org/~aurel32 | www.aurel32.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]