mirror of https://git.suyu.dev/suyu/suyu
Common: Remove redundant masking in BitField
For the signed case, the shifts already remove the rest of the value, so ANDing by the mask is redundant.
This commit is contained in:
parent
d7f9529bdd
commit
d5b5280501