diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c index c1cae62a8..34ec3c6d5 100644 --- a/src/target/riscv/riscv-013.c +++ b/src/target/riscv/riscv-013.c @@ -3009,7 +3009,7 @@ static int riscv013_test_sba_config_reg(struct target *target, if (get_field(sbcs, DMI_SBCS_SBVERSION) != 1) { LOG_ERROR("System Bus Access unsupported SBVERSION (%d). Only version 1 is supported.", - get_field(sbcs, DMI_SBCS_SBVERSION)); + get_field(sbcs, DMI_SBCS_SBVERSION)); return ERROR_FAIL; }