On 9/10/24 15:15, Pierrick Bouvier wrote:
Signed-off-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>
---
  include/hw/s390x/cpu-topology.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hw/s390x/cpu-topology.h b/include/hw/s390x/cpu-topology.h
index c064f427e94..dcb25956a64 100644
--- a/include/hw/s390x/cpu-topology.h
+++ b/include/hw/s390x/cpu-topology.h
@@ -57,7 +57,7 @@ static inline void s390_topology_setup_cpu(MachineState *ms,
  static inline void s390_topology_reset(void)
  {
      /* Unreachable, CPU topology not implemented for TCG */
-    assert(false);
+    g_assert_not_reached();
  }
  #endif

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

r~

Reply via email to