PascalScript: ppc, fix do not use stack *and* register

git-svn-id: trunk@39476 -
This commit is contained in:
martin 2012-12-07 18:48:50 +00:00
parent e155bfca39
commit 908e2660f2

View File

@ -204,7 +204,7 @@ var
then begin
rint[rindex] := value;
inc(rindex);
addstackdword(value);
//addstackdword(value);
end
else begin
addstackdword(value);
@ -221,7 +221,7 @@ var
else rfloat[findex] := double(value^);
inc(findex);
inc(rindex, size);
addstackfloat(value, size);
//addstackfloat(value, size);
end
else begin
addstackfloat(value, size);