mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
18b9e481c8
Before this commit we were using a suboptimal API that often resulted in expressions with many zeros for the 0 constant, e.g. 0000000 instead of just 0. This commit fixes the problem.