target/riscv: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
b7ce9e19f4
commit
f3ef448ac5
@ -2661,7 +2661,7 @@ RISCVCPUImpliedExtsRule *riscv_multi_ext_implied_rules[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
static Property riscv_cpu_properties[] = {
|
||||
static const Property riscv_cpu_properties[] = {
|
||||
DEFINE_PROP_BOOL("debug", RISCVCPU, cfg.debug, true),
|
||||
|
||||
{.name = "pmu-mask", .info = &prop_pmu_mask},
|
||||
|
Loading…
x
Reference in New Issue
Block a user