mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target/avr: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
eeed7aed06
commit
1e2a0e1d9a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue