target/sparc: Constify SPARCCPUClass::cpu_def
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 9 Feb 2025 21:11:38 +0000 (22:11 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 6 Mar 2025 14:46:18 +0000 (15:46 +0100)
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250210133134.90879-3-philmd@linaro.org>

target/sparc/cpu.h

index dda811503b568b40e3dd4f042e7d8c3eafa513b6..462bcb6c0e6eb4c6295c36443531ffd118ff377d 100644 (file)
@@ -574,7 +574,7 @@ struct SPARCCPUClass {
 
     DeviceRealize parent_realize;
     ResettablePhases parent_phases;
-    sparc_def_t *cpu_def;
+    const sparc_def_t *cpu_def;
 };
 
 #ifndef CONFIG_USER_ONLY