Skip to content

Commit 1227ca2

Browse files
authored
Fix typo in Pbmt enum (#194)
1 parent 064ead3 commit 1227ca2

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)