mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 07:08:12 +02:00
+ added missing make_simple_ref
git-svn-id: trunk@1572 -
This commit is contained in:
parent
076e4aca99
commit
1b97e2cffd
@ -934,7 +934,10 @@ unit cgx86;
|
||||
internalerror(200312215);
|
||||
case loc.loc of
|
||||
LOC_CREFERENCE,LOC_REFERENCE:
|
||||
list.concat(taicpu.op_ref_reg(asmop,S_NO,loc.reference,resultreg));
|
||||
begin
|
||||
make_simple_ref(exprasmlist,loc.reference);
|
||||
list.concat(taicpu.op_ref_reg(asmop,S_NO,loc.reference,resultreg));
|
||||
end;
|
||||
LOC_CMMREGISTER,LOC_MMREGISTER:
|
||||
list.concat(taicpu.op_reg_reg(asmop,S_NO,loc.register,resultreg));
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user