Skip to content
Snippets Groups Projects
Commit 2bfa1bae authored by Ben Gamari's avatar Ben Gamari
Browse files

CmmToC: Always cast arguments as unsigned

As noted in Note [When in doubt, cast arguments as unsigned], we
must ensure that arguments have the correct signedness since some
operations (e.g. `%`) have different semantics depending upon
signedness.

(cherry picked from commit 0aeaa8f3)
parent 82e89561
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment