mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* support LOC_(C)SUBSETREG/REF in thlcgobj.a_load_loc_ref() (should fix
mantis #22029) git-svn-id: trunk@21300 -
This commit is contained in:
parent
22d1077cf4
commit
4f396735f4
@ -949,12 +949,10 @@ implementation
|
||||
a_load_reg_ref(list,fromsize,tosize,loc.register,ref);
|
||||
LOC_CONSTANT:
|
||||
a_load_const_ref(list,tosize,loc.value,ref);
|
||||
{ we don't have enough type information to handle these here
|
||||
LOC_SUBSETREG,LOC_CSUBSETREG:
|
||||
a_load_subsetreg_ref(list,loc.size,tosize,loc.sreg,ref);
|
||||
a_load_subsetreg_ref(list,fromsize,tosize,loc.sreg,ref);
|
||||
LOC_SUBSETREF,LOC_CSUBSETREF:
|
||||
a_load_subsetref_ref(list,loc.size,tosize,loc.sref,ref);
|
||||
}
|
||||
a_load_subsetref_ref(list,fromsize,tosize,loc.sref,ref);
|
||||
else
|
||||
internalerror(2010120403);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user