Fixed style issues in previous commit.

This commit is contained in:
Ryan Macdonald 2018-04-09 10:54:21 -07:00
parent a9b2277574
commit de329f4004
1 changed files with 8 additions and 8 deletions

View File

@ -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 /* Test 6: Set sbbusyerror, only run this case in simulation as it is likely
// impossible to hit otherwise * impossible to hit otherwise */
#ifdef SIM_ON #ifdef SIM_ON
sbcs = set_field(sbcs_orig, DMI_SBCS_SBREADONADDR, 1); sbcs = set_field(sbcs_orig, DMI_SBCS_SBREADONADDR, 1);
dmi_write(target, DMI_SBCS, sbcs); dmi_write(target, DMI_SBCS, sbcs);