[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 05/39] hw/core: replace assert(0) with g_assert_not_reached()
From: |
Pierrick Bouvier |
Subject: |
[PATCH 05/39] hw/core: replace assert(0) with g_assert_not_reached() |
Date: |
Tue, 10 Sep 2024 15:15:32 -0700 |
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
hw/core/numa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/core/numa.c b/hw/core/numa.c
index f8ce332cfe9..14283293b42 100644
--- a/hw/core/numa.c
+++ b/hw/core/numa.c
@@ -380,7 +380,7 @@ void parse_numa_hmat_lb(NumaState *numa_state,
NumaHmatLBOptions *node,
}
lb_data.data = node->bandwidth;
} else {
- assert(0);
+ g_assert_not_reached();
}
g_array_append_val(hmat_lb->list, lb_data);
--
2.39.2
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), (continued)
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), Eric Blake, 2024/09/11
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), Eric Blake, 2024/09/11
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), Maciej S. Szmigiero, 2024/09/11
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), Richard W.M. Jones, 2024/09/11
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), Pierrick Bouvier, 2024/09/11
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), Richard Henderson, 2024/09/11
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), Thomas Huth, 2024/09/11
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), Pierrick Bouvier, 2024/09/11
- Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached(), Pierrick Bouvier, 2024/09/11
[PATCH 03/39] hw/arm: replace assert(0) with g_assert_not_reached(), Pierrick Bouvier, 2024/09/10
[PATCH 05/39] hw/core: replace assert(0) with g_assert_not_reached(),
Pierrick Bouvier <=
[PATCH 04/39] hw/char: replace assert(0) with g_assert_not_reached(), Pierrick Bouvier, 2024/09/10
[PATCH 06/39] hw/net: replace assert(0) with g_assert_not_reached(), Pierrick Bouvier, 2024/09/10
[PATCH 07/39] hw/watchdog: replace assert(0) with g_assert_not_reached(), Pierrick Bouvier, 2024/09/10
[PATCH 08/39] migration: replace assert(0) with g_assert_not_reached(), Pierrick Bouvier, 2024/09/10