Skip to content

Commit

Permalink
Fix MEnvCall value
Browse files Browse the repository at this point in the history
Fixes riscv#294
  • Loading branch information
Timmmm authored and bacam committed Jun 4, 2024
1 parent c4c48fe commit 7d81ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/riscv_sys_regs.sail
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ bitfield Medeleg : xlenbits = {
SAMO_Page_Fault : 15,
Load_Page_Fault : 13,
Fetch_Page_Fault : 12,
MEnvCall : 10,
MEnvCall : 11,
SEnvCall : 9,
UEnvCall : 8,
SAMO_Access_Fault : 7,
Expand Down

0 comments on commit 7d81ee2

Please sign in to comment.