Re: [PATCH v2 47/65] target/hppa: Remove TARGET_REGISTER_BITS

2023-10-26 Thread Richard Henderson
On 10/20/23 14:31, Philippe Mathieu-Daudé wrote: diff --git a/target/hppa/machine.c b/target/hppa/machine.c index 0c0bba68c0..ab34b72910 100644 --- a/target/hppa/machine.c +++ b/target/hppa/machine.c @@ -21,21 +21,12 @@   #include "cpu.h"   #include "migration/cpu.h" -#if TARGET_REGISTER_BITS ==

Re: [PATCH v2 47/65] target/hppa: Remove TARGET_REGISTER_BITS

2023-10-20 Thread Philippe Mathieu-Daudé
Hi Richard, On 20/10/23 22:43, Richard Henderson wrote: Rely only on TARGET_LONG_BITS, fixed at 64, and hppa_is_pa20. Signed-off-by: Richard Henderson --- target/hppa/cpu-param.h | 1 - target/hppa/cpu.h| 50 --- target/hppa/helper.h | 49 +--

[PATCH v2 47/65] target/hppa: Remove TARGET_REGISTER_BITS

2023-10-20 Thread Richard Henderson
Rely only on TARGET_LONG_BITS, fixed at 64, and hppa_is_pa20. Signed-off-by: Richard Henderson --- target/hppa/cpu-param.h | 1 - target/hppa/cpu.h| 50 --- target/hppa/helper.h | 49 +-- target/hppa/cpu.c| 2 +- target/hppa/helper.c | 34 +++-