On 12/16/20 8:08 PM, Richard Henderson wrote:
> On 12/16/20 10:27 AM, Philippe Mathieu-Daudé wrote:
>> MIPS 64-bit ISA is introduced with MIPS3.
>> No need for another bit/definition to check for 64-bit.
>>
>> Suggested-by: Jiaxun Yang
>> Signed-off-by: Philippe Mathieu-Daudé
>> ---
>> target/mi
On 12/16/20 10:27 AM, Philippe Mathieu-Daudé wrote:
> MIPS 64-bit ISA is introduced with MIPS3.
> No need for another bit/definition to check for 64-bit.
>
> Suggested-by: Jiaxun Yang
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> target/mips/mips-defs.h | 2 +-
> hw/mips/boston.c| 2 +
MIPS 64-bit ISA is introduced with MIPS3.
No need for another bit/definition to check for 64-bit.
Suggested-by: Jiaxun Yang
Signed-off-by: Philippe Mathieu-Daudé
---
target/mips/mips-defs.h | 2 +-
hw/mips/boston.c| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ta