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
@ -48,7 +48,7 @@ static ObjectClass *hexagon_cpu_class_by_name(const char *cpu_model)
|
||||
return oc;
|
||||
}
|
||||
|
||||
static Property hexagon_cpu_properties[] = {
|
||||
static const Property hexagon_cpu_properties[] = {
|
||||
DEFINE_PROP_BOOL("lldb-compat", HexagonCPU, lldb_compat, false),
|
||||
DEFINE_PROP_UNSIGNED("lldb-stack-adjust", HexagonCPU, lldb_stack_adjust, 0,
|
||||
qdev_prop_uint32, target_ulong),
|
||||
|
Loading…
x
Reference in New Issue
Block a user