mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 19:10:11 +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
|
result:=(tf_supports_packages in target_info.flags) and
|
||||||
(target_info.system in systems_indirect_var_imports) and
|
(target_info.system in systems_indirect_var_imports) and
|
||||||
(cs_imported_data in current_settings.localswitches) and
|
(cs_imported_data in current_settings.localswitches) and
|
||||||
(t.owner.moduleid<>current_module.moduleid);
|
(findunitsymtable(t.owner).moduleid<>current_module.moduleid);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure thlcgobj.g_rangecheck(list: TAsmList; const l: tlocation; fromdef, todef: tdef);
|
procedure thlcgobj.g_rangecheck(list: TAsmList; const l: tlocation; fromdef, todef: tdef);
|
||||||
|
Loading…
Reference in New Issue
Block a user