Skip to content

Commit

Permalink
fix typo in constructor name
Browse files Browse the repository at this point in the history
  • Loading branch information
sayon committed Nov 15, 2023
1 parent 6d03036 commit 44b602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoding/EncodingUtils.v
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Definition encode_dst_mode (sm:dst_mode) : Z :=
| DstReg => 0
| DstSpRelativePush => 1
| DstSpRelative => 2
| DstSpAbsolute => 3
| DstStackAbsolute => 3
end
.

Expand Down

0 comments on commit 44b602c

Please sign in to comment.