mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-23 07:58:36 -07:00
target/hexagon: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
1e2a0e1d9a
commit
ea1143358f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ static ObjectClass *hexagon_cpu_class_by_name(const char *cpu_model)
|
||||||
return oc;
|
return oc;
|
||||||
}
|
}
|
||||||
|
|
||||||
static Property hexagon_cpu_properties[] = {
|
static const Property hexagon_cpu_properties[] = {
|
||||||
DEFINE_PROP_BOOL("lldb-compat", HexagonCPU, lldb_compat, false),
|
DEFINE_PROP_BOOL("lldb-compat", HexagonCPU, lldb_compat, false),
|
||||||
DEFINE_PROP_UNSIGNED("lldb-stack-adjust", HexagonCPU, lldb_stack_adjust, 0,
|
DEFINE_PROP_UNSIGNED("lldb-stack-adjust", HexagonCPU, lldb_stack_adjust, 0,
|
||||||
qdev_prop_uint32, target_ulong),
|
qdev_prop_uint32, target_ulong),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue