mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
* fixed for subsetref/subsetreg
git-svn-id: trunk@4578 -
This commit is contained in:
parent
3a54183ce8
commit
1a8c2f405d
@ -189,6 +189,8 @@ implementation
|
||||
if nf_swaped in flags then
|
||||
swapleftright;
|
||||
|
||||
if not(left.location.loc in [LOC_REGISTER,LOC_CREGISTER,LOC_REFERENCE,LOC_CREFERENCE]) then
|
||||
location_force_reg(current_asmdata.CurrAsmList,left.location,OS_INT,true);
|
||||
if genjumps then
|
||||
begin
|
||||
{ It gives us advantage to check for the set elements
|
||||
|
Loading…
Reference in New Issue
Block a user