mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 09:09:47 +01:00
* fixed compilation
git-svn-id: trunk@3887 -
This commit is contained in:
parent
6ffe481799
commit
6ed96fd8ad
@ -727,7 +727,7 @@ unit nx86add;
|
||||
begin
|
||||
if not(nf_swaped in flags) then
|
||||
if right.location.loc in [LOC_FPUREGISTER,LOC_CFPUREGISTER] then
|
||||
location_force_mem(exprasmlist,right.location);
|
||||
location_force_mem(current_asmdata.CurrAsmList,right.location);
|
||||
|
||||
location_force_mmregscalar(current_asmdata.CurrAsmList,left.location,false);
|
||||
location.register:=left.location.register;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user