mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 10:49:29 +02:00
* assume external variables are in a different segment in the huge memory model
git-svn-id: trunk@31517 -
This commit is contained in:
parent
2087290802
commit
69042574b2
@ -192,7 +192,7 @@ implementation
|
||||
{ Normal (or external) variable }
|
||||
else
|
||||
begin
|
||||
if gvs.Owner.iscurrentunit then
|
||||
if not (vo_is_external in gvs.varoptions) and gvs.Owner.iscurrentunit then
|
||||
begin
|
||||
inherited pass_generate_code;
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user