mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 01:39:28 +02:00
* use expectloc instead of location.loc in pass1
git-svn-id: trunk@4594 -
This commit is contained in:
parent
97ce278e14
commit
b9f32e1828
@ -67,7 +67,7 @@ implementation
|
||||
left_right_max;
|
||||
{ a smallset needs maybe an misc. register }
|
||||
if (left.nodetype<>ordconstn) and
|
||||
not(right.location.loc in [LOC_CREGISTER,LOC_REGISTER]) and
|
||||
not(right.expectloc in [LOC_CREGISTER,LOC_REGISTER]) and
|
||||
(right.registersint<1) then
|
||||
inc(registersint);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user