mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
cff658dd1c
Switch from using an array of integers with `ptrtoint` to using an array of opaque pointers to store globals in an array to prevent their deletion. This avoids spurious `ptrtoint`s when looking at uses of globals.