riscv-compliance: whitespace
parent
1616a71073
commit
06fc61f464
|
@ -3213,7 +3213,7 @@ 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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ABSTRACTAUTO
|
/* ABSTRACTAUTO
|
||||||
|
|
Loading…
Reference in New Issue