Skip to content

Commit 51aafde

Browse files
committed
docs(dcsr): fix syntax error
1 parent 8a9525d commit 51aafde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/csr/dcsr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ fields:
203203
if (DCSR_MPRVEN_TYPE == "tied-to-0") {
204204
return 0;
205205
} else if (DCSR_MPRVEN_TYPE == "tied-to-1") {
206-
return 1
206+
return 1;
207207
} else if (DCSR_MPRVEN_TYPE == "rw") {
208208
return UNDEFINED_LEGAL;
209209
}

0 commit comments

Comments
 (0)