mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 10:50:31 +02:00
* use findunitsymtable() when checking the module id
git-svn-id: trunk@34344 -
This commit is contained in:
parent
8b853571c6
commit
4a9eaf5317
@ -3479,7 +3479,7 @@ implementation
|
||||
result:=(tf_supports_packages in target_info.flags) and
|
||||
(target_info.system in systems_indirect_var_imports) and
|
||||
(cs_imported_data in current_settings.localswitches) and
|
||||
(t.owner.moduleid<>current_module.moduleid);
|
||||
(findunitsymtable(t.owner).moduleid<>current_module.moduleid);
|
||||
end;
|
||||
|
||||
procedure thlcgobj.g_rangecheck(list: TAsmList; const l: tlocation; fromdef, todef: tdef);
|
||||
|
Loading…
Reference in New Issue
Block a user