mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 02:59:33 +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);
|
internalerror(200312215);
|
||||||
case loc.loc of
|
case loc.loc of
|
||||||
LOC_CREFERENCE,LOC_REFERENCE:
|
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:
|
LOC_CMMREGISTER,LOC_MMREGISTER:
|
||||||
list.concat(taicpu.op_reg_reg(asmop,S_NO,loc.register,resultreg));
|
list.concat(taicpu.op_reg_reg(asmop,S_NO,loc.register,resultreg));
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user