mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
b544e214b8
This commit fixes a bug that lead to be unable to instantiate from a `Module` `ProgramCounterHandler`. The reason for this was that `ProgramCounterHandler` was using `Module::getGlobalVariable` which, by default, ignores variables with internal linkage.