Skip to content

Commit 790cde6

Browse files
author
Derek Hower
committed
Fix parens
1 parent 4bdbbb5 commit 790cde6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/csr/menvcfg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ menvcfg:
248248
sw_write(csr_value): |
249249
if ((csr_value.CBIE == 0) ||
250250
(csr_value.CBIE == 1) ||
251-
((!FORCE_UPGRADE_CBO_INVAL_TO_FLUSH) && (csr_value.CBIE == 3)) {
251+
((!FORCE_UPGRADE_CBO_INVAL_TO_FLUSH) && (csr_value.CBIE == 3))) {
252252
return csr_value.CBIE;
253253
} else {
254254
return CSR[menvcfg].CBIE;

ext/riscv-isa-manual

Submodule riscv-isa-manual updated 54 files

0 commit comments

Comments
 (0)