On 10/26/24 10:53, Philippe Mathieu-Daudé wrote:
Extract the decode_64bit_enabled() helper which detects
whether CPUs can run 64-bit instructions.
Signed-off-by: Philippe Mathieu-Daudé
---
target/mips/tcg/translate.h | 2 ++
target/mips/tcg/translate.c | 7 ++-
2 files changed, 8 insert
Extract the decode_64bit_enabled() helper which detects
whether CPUs can run 64-bit instructions.
Signed-off-by: Philippe Mathieu-Daudé
---
target/mips/tcg/translate.h | 2 ++
target/mips/tcg/translate.c | 7 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/target/mips/tcg/t