Skip to content

Commit

Permalink
Fix typo in E_SAMO_Addr_Align description
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair authored and billmcspadden-riscv committed Mar 25, 2024
1 parent 4211935 commit 4a7c815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/riscv_types.sail
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function exceptionType_to_str(e) =
E_Breakpoint() => "breakpoint",
E_Load_Addr_Align() => "misaligned-load",
E_Load_Access_Fault() => "load-access-fault",
E_SAMO_Addr_Align() => "misaliged-store/amo",
E_SAMO_Addr_Align() => "misaligned-store/amo",
E_SAMO_Access_Fault() => "store/amo-access-fault",
E_U_EnvCall() => "u-call",
E_S_EnvCall() => "s-call",
Expand Down

0 comments on commit 4a7c815

Please sign in to comment.