projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0048035
)
target/sparc: Constify SPARCCPUClass::cpu_def
author
Philippe Mathieu-Daudé
<philmd@linaro.org>
Sun, 9 Feb 2025 21:11:38 +0000
(22:11 +0100)
committer
Philippe 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
patch
|
blob
|
history
diff --git
a/target/sparc/cpu.h
b/target/sparc/cpu.h
index dda811503b568b40e3dd4f042e7d8c3eafa513b6..462bcb6c0e6eb4c6295c36443531ffd118ff377d 100644
(file)
--- a/
target/sparc/cpu.h
+++ b/
target/sparc/cpu.h
@@
-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