mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
4256343bee
`Alignment` was `unsigned`. However we were doing bit operations, bitwise negation in particular, which was supposed to happen on 64-bits, to initialize a `ConstantInt` mask.