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 billmcspadden-riscv committed Mar 25, 2024
1 parent 51b9732 commit d564b93
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 d564b93

Please sign in to comment.