mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-25 11:37:16 +01:00
* fixed -currency after r5896
git-svn-id: trunk@5914 -
This commit is contained in:
parent
157e5eb02e
commit
198a0008d0
@ -555,7 +555,7 @@ end;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
secondpass(left);
|
secondpass(left);
|
||||||
if is_64bitint(left.resultdef) then
|
if is_64bit(left.resultdef) then
|
||||||
begin
|
begin
|
||||||
location_force_reg(current_asmdata.CurrAsmList,left.location,def_cgsize(left.resultdef),true);
|
location_force_reg(current_asmdata.CurrAsmList,left.location,def_cgsize(left.resultdef),true);
|
||||||
location_copy(location,left.location);
|
location_copy(location,left.location);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user