qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] target/mips: Increase the 'supported instru


From: Aleksandar Markovic
Subject: Re: [Qemu-devel] [PATCH 1/2] target/mips: Increase the 'supported instructions' flags holder size
Date: Tue, 11 Sep 2018 09:33:54 +0000

> From: Philippe Mathieu-Daudé <address@hidden> on behalf of Philippe 
> Mathieu-Daudé <address@hidden>
> Sent: Sunday, September 9, 2018 3:34 AM
>
> Subject: [PATCH 1/2] target/mips: Increase the 'supported instructions' flags 
> holder size
>
> Currently this holder is limited to at most 32 flags on
> a 32-bit architecture, which lets an unique bit available
> for another 'chip specific instructions' flag.
> 
> Relax this limit using a 64-bit integer.
> 
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> target/mips/cpu.h       | 2 +-
> target/mips/internal.h  | 2 +-
> target/mips/translate.c | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)

"int insn_flags;" in DisasContext definition in target/mips/translate.c needs 
to be updated as well.




reply via email to

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