projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeed7ae
)
target/avr: Constify all Property
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 13 Dec 2024 14:41:43 +0000
(14:41 +0000)
committer
Richard Henderson
<richard.henderson@linaro.org>
Sun, 15 Dec 2024 18:53:54 +0000
(12:53 -0600)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/avr/cpu.c
patch
|
blob
|
history
diff --git
a/target/avr/cpu.c
b/target/avr/cpu.c
index 3132842d56546b0b776244a143d7afafa5eb78fe..a7529a1b3d924dd2b86aa1fa772d9ffca15a2bb6 100644
(file)
--- a/
target/avr/cpu.c
+++ b/
target/avr/cpu.c
@@
-149,7
+149,7
@@
static void avr_cpu_initfn(Object *obj)
sizeof(cpu->env.intsrc) * 8);
}
-static Property avr_cpu_properties[] = {
+static
const
Property avr_cpu_properties[] = {
DEFINE_PROP_UINT32("init-sp", AVRCPU, init_sp, 0),
DEFINE_PROP_END_OF_LIST()
};