riscv-compliance: fix compile errors and whitespace
This commit is contained in:
parent
ef684c2e68
commit
30e1dbdc6b
|
@ -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. */
|
||||||
|
|
Loading…
Reference in New Issue