qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v2 09/12] target/arm/cpu: remove TARGET_AARCH64 around aarch6


From: Richard Henderson
Subject: Re: [PATCH v2 09/12] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
Date: Wed, 30 Apr 2025 11:45:12 -0700
User-agent: Mozilla Thunderbird

On 4/30/25 07:58, Pierrick Bouvier wrote:
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
  target/arm/cpu.c | 11 -----------
  1 file changed, 11 deletions(-)


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


diff --git a/target/arm/cpu.c b/target/arm/cpu.c
index 37b11e8866f..00ae2778058 100644
--- a/target/arm/cpu.c
+++ b/target/arm/cpu.c
@@ -1183,8 +1183,6 @@ static void arm_disas_set_info(CPUState *cpu, 
disassemble_info *info)
  #endif
  }
-#ifdef TARGET_AARCH64
-
  static void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags)
  {
      ARMCPU *cpu = ARM_CPU(cs);
@@ -1342,15 +1340,6 @@ static void aarch64_cpu_dump_state(CPUState *cs, FILE 
*f, int flags)
      }
  }
-#else
-
-static inline void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags)
-{
-    g_assert_not_reached();
-}
-
-#endif
-
  static void arm_cpu_dump_state(CPUState *cs, FILE *f, int flags)
  {
      ARMCPU *cpu = ARM_CPU(cs);




reply via email to

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