Skip to content

Commit

Permalink
workaround type inference
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Aug 21, 2024
1 parent 86003da commit 287543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checksums/private/sha_utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ when defined(js):
# simple.
doAssert false

(lo: forceUnsigned x, hi: 0)
(lo: forceUnsigned x, hi: 0'u32)
else:
(lo: forceUnsigned x, hi: forceUnsigned(x shr 32))

Expand Down

0 comments on commit 287543a

Please sign in to comment.