qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix type of spe_acc.


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] Fix type of spe_acc.
Date: Thu, 18 Dec 2008 23:53:46 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Dec 16, 2008 at 12:32:42PM -0800, Nathan Froyd wrote:
> ACC is a 64-bit register and needs to be specified as such regardless of
> the target.
> 
> Signed-off-by: Nathan Froyd <address@hidden>

Thanks, applied.

> ---
>  target-ppc/cpu.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h
> index 5bfa4a0..113bba5 100644
> --- a/target-ppc/cpu.h
> +++ b/target-ppc/cpu.h
> @@ -609,7 +609,7 @@ struct CPUPPCState {
>      ppc_avr_t avr[32];
>      uint32_t vscr;
>      /* SPE registers */
> -    target_ulong spe_acc;
> +    uint64_t spe_acc;
>      float_status spe_status;
>      uint32_t spe_fscr;
>  
> -- 
> 1.6.0.5
> 
> 
> 
> 

-- 
  .''`.  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]