Skip to content

Commit 6987d3d

Browse files
dhower-qcayosher
authored andcommitted
Fix typo in Pbmt enum (riscv-software-src#194)
Signed-off-by: Albert Yosher <[email protected]>
1 parent 411a82f commit 6987d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/isa/globals.isa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ enum PmaAttribute {
8989

9090
enum Pbmt {
9191
PMA 0 # Use underlying PMA
92-
NV 1 # Non-cacheable, idempotent, weakly-ordered (RVWMO), main memory
92+
NC 1 # Non-cacheable, idempotent, weakly-ordered (RVWMO), main memory
9393
IO 2 # Non-cacheable, non-idempotent, strongly (channel 0) ordered, I/O
9494
}
9595

0 commit comments

Comments
 (0)