mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 10:29:37 +01:00
* set location.size if we handle a subscript access in
handle_platform_subscript() git-svn-id: branches/hlcgllvm@27136 -
This commit is contained in:
parent
d3c11ca8b3
commit
0283670041
@ -97,6 +97,7 @@ implementation
|
||||
hlcg.a_load_reg_reg(current_asmdata.CurrAsmList,getpointerdef(llvmfielddef),getpointerdef(resultdef),location.reference.base,newbase);
|
||||
location.reference.base:=newbase;
|
||||
end;
|
||||
location.size:=def_cgsize(resultdef);
|
||||
result:=true;
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user