mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:39:25 +02:00
+ subsetreg support
git-svn-id: trunk@4059 -
This commit is contained in:
parent
6e1cf50d94
commit
502556bd46
@ -239,6 +239,8 @@ unit nx86add;
|
||||
tmpreg : tregister;
|
||||
{$endif x86_64}
|
||||
begin
|
||||
if (right.location.loc in [LOC_CSUBSETREG,LOC_SUBSETREG]) then
|
||||
location_force_reg(current_asmdata.CurrAsmList,right.location,def_cgsize(right.resulttype.def),true);
|
||||
{ left must be a register }
|
||||
case right.location.loc of
|
||||
LOC_REGISTER,
|
||||
|
Loading…
Reference in New Issue
Block a user