* fix IE2003042401 when assigning booleans to bitpacked arrays, fixes tw7379

git-svn-id: trunk@5044 -
This commit is contained in:
tom_at_work 2006-10-28 20:18:23 +00:00
parent ab3c173479
commit 9fc11fc5dc

View File

@ -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);