mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:39:34 +02:00
* improved last commit
git-svn-id: trunk@6309 -
This commit is contained in:
parent
d0b34fef46
commit
01b23ca896
@ -855,6 +855,7 @@ unit cgcpu;
|
||||
begin
|
||||
{ only complicated references need an extra loadaddr }
|
||||
if assigned(ref.symbol) or
|
||||
(ref.index<>NR_NO) or
|
||||
(ref.offset<-4095) or
|
||||
(ref.offset>4094) then
|
||||
begin
|
||||
@ -883,6 +884,7 @@ unit cgcpu;
|
||||
|
||||
{ only complicated references need an extra loadaddr }
|
||||
if assigned(ref.symbol) or
|
||||
(ref.index<>NR_NO) or
|
||||
(ref.offset<-4095) or
|
||||
(ref.offset>4092) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user