Skip to content

Commit 253613c

Browse files
feat(csr): add YAML file for Ssqosid:srmcfg
1 parent a00a066 commit 253613c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/csr/Ssqosid/srmcfg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ fields:
113113
raise(ExceptionCode::VirtualInstruction, mode(), $encoding);
114114
}
115115
}
116-
rcid_mask = (1u << RCID_WIDTH) - 1;
117-
return csr_value.RCID & rcid_mask;
116+
rcid_mask = (1u << RCID_WIDTH) - 1;
117+
return csr_value.RCID & rcid_mask;
118118
119119
MCID:
120120
location: 27-16

0 commit comments

Comments
 (0)