On 5/19/25 22:48, Ilya Leoshkevich wrote:
diff --git a/tcg/perf.c b/tcg/perf.c
index 4e8d2c1bee7..f30c5b489d1 100644
--- a/tcg/perf.c
+++ b/tcg/perf.c
@@ -154,7 +154,7 @@ struct debug_entry {
      uint64_t addr;
      int lineno;
      int discrim;
-    const char name[];
+    char name[];
  };
struct jr_code_debug_info {

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

r~

Reply via email to