Files
Alessandro Di Federico 4256343bee ProgramCounterHandler: make Alignment an uint64_t
`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.
2025-12-19 11:53:59 +01:00
..
2024-11-21 10:50:55 +01:00