mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 13:19:49 +01:00
PascalScript: ppc, fix do not use stack *and* register
git-svn-id: trunk@39476 -
This commit is contained in:
parent
e155bfca39
commit
908e2660f2
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user