mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
e0073d8874
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.