riscv-compliance: fix compile errors and whitespace

This commit is contained in:
Megan Wachs 2018-04-17 10:43:36 -07:00
parent ef684c2e68
commit 30e1dbdc6b
1 changed files with 15 additions and 17 deletions

View File

@ -3187,7 +3187,6 @@ int riscv013_test_compliance(struct target *target)
COMPLIANCE_TEST(testval == testval_read, "GPR Reads and writes should be supported."); COMPLIANCE_TEST(testval == testval_read, "GPR Reads and writes should be supported.");
} else { } else {
COMPLIANCE_TEST((testval & 0xFFFFFFFF) == testval_read, "GPR Reads and writes should be supported."); COMPLIANCE_TEST((testval & 0xFFFFFFFF) == testval_read, "GPR Reads and writes should be supported.");
} }
} }
@ -3251,7 +3250,6 @@ int riscv013_test_compliance(struct target *target)
COMPLIANCE_TEST(testvar == value, COMPLIANCE_TEST(testvar == value,
"ABSTRACTAUTO should cause COMMAND to run the expected number of times."); "ABSTRACTAUTO should cause COMMAND to run the expected number of times.");
} }
} }
/* Single-Step each hart. */ /* Single-Step each hart. */