mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-21 09:01:21 +01:00
* fix IE2003042401 when assigning booleans to bitpacked arrays, fixes tw7379
git-svn-id: trunk@5044 -
This commit is contained in:
parent
ab3c173479
commit
9fc11fc5dc
@ -354,7 +354,10 @@ begin
|
||||
location_copy(location, left.location);
|
||||
inverse_flags(location.resflags);
|
||||
end;
|
||||
LOC_REGISTER, LOC_CREGISTER, LOC_REFERENCE, LOC_CREFERENCE:
|
||||
LOC_REGISTER, LOC_CREGISTER,
|
||||
LOC_REFERENCE, LOC_CREFERENCE,
|
||||
LOC_SUBSETREG, LOC_CSUBSETREG,
|
||||
LOC_SUBSETREF, LOC_CSUBSETREF:
|
||||
begin
|
||||
location_force_reg(current_asmdata.CurrAsmList, left.location,
|
||||
def_cgsize(left.resulttype.def), true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user