mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user