* fixed expectloc setting

git-svn-id: trunk@6833 -
This commit is contained in:
florian 2007-03-13 22:45:41 +00:00
parent 168e652d42
commit c4f65df9f9

View File

@ -179,7 +179,7 @@ implementation
function tx86inlinenode.first_round_real : tnode;
begin
expectloc:=LOC_FPUREGISTER;
expectloc:=LOC_REFERENCE;
registersint:=left.registersint;
registersfpu:=max(left.registersfpu,1);
{$ifdef SUPPORT_MMX}
@ -195,7 +195,7 @@ implementation
result:=inherited
else
begin
expectloc:=LOC_FPUREGISTER;
expectloc:=LOC_REFERENCE;
registersint:=left.registersint;
registersfpu:=max(left.registersfpu,1);
{$ifdef SUPPORT_MMX}