Skip to content

Commit

Permalink
Patch fix for #1210
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Jul 1, 2023
1 parent d91c95b commit ebb6fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/inttypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ DIVMETHODINVERT(uint64_t, u64, mod, %)
OPMETHOD(uint64_t, u64, and, &)
OPMETHOD(uint64_t, u64, or, |)
OPMETHOD(uint64_t, u64, xor, ^)
UNARYMETHOD(int64_t, u64, not, ~)
UNARYMETHOD(uint64_t, u64, not, ~)
OPMETHOD(uint64_t, u64, lshift, <<)
OPMETHOD(uint64_t, u64, rshift, >>)

Expand Down

0 comments on commit ebb6fe5

Please sign in to comment.