From: Pierrick Bouvier Date: Thu, 19 Sep 2024 04:46:31 +0000 (-0700) Subject: tcg/loongarch64: remove break after g_assert_not_reached() X-Git-Tag: v9.2.0-rc0~72^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43c0b05d943f03bc31a35afad8c325904dedc931;p=thirdparty%2Fqemu.git tcg/loongarch64: remove break after g_assert_not_reached() This patch is part of a series that moves towards a consistent use of g_assert_not_reached() rather than an ad hoc mix of different assertion mechanisms. Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier Message-ID: <20240919044641.386068-25-pierrick.bouvier@linaro.org> Signed-off-by: Thomas Huth --- diff --git a/tcg/loongarch64/tcg-target.c.inc b/tcg/loongarch64/tcg-target.c.inc index 5b7ed5c176b..973601aec36 100644 --- a/tcg/loongarch64/tcg-target.c.inc +++ b/tcg/loongarch64/tcg-target.c.inc @@ -650,7 +650,6 @@ static int tcg_out_setcond_int(TCGContext *s, TCGCond cond, TCGReg ret, default: g_assert_not_reached(); - break; } return ret | flags;