Fixed style issues in previous commit.
This commit is contained in:
parent
a9b2277574
commit
de329f4004
|
@ -2989,8 +2989,8 @@ static int riscv013_test_sba_config_reg(struct target *target,
|
|||
}
|
||||
}
|
||||
|
||||
// Test 6: Set sbbusyerror, only run this case in simulation as it is likely
|
||||
// impossible to hit otherwise
|
||||
/* Test 6: Set sbbusyerror, only run this case in simulation as it is likely
|
||||
* impossible to hit otherwise */
|
||||
#ifdef SIM_ON
|
||||
sbcs = set_field(sbcs_orig, DMI_SBCS_SBREADONADDR, 1);
|
||||
dmi_write(target, DMI_SBCS, sbcs);
|
||||
|
|
Loading…
Reference in New Issue