mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 20:46:06 +02:00
* compilation on x86-64 fixed
git-svn-id: trunk@38370 -
This commit is contained in:
parent
332b078c22
commit
2385c47c28
@ -688,6 +688,7 @@ DefaultDiv:
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
{$ifdef SUPPORT_MMX}
|
||||||
procedure tx86shlshrnode.second_mmx;
|
procedure tx86shlshrnode.second_mmx;
|
||||||
var
|
var
|
||||||
op : TAsmOp;
|
op : TAsmOp;
|
||||||
@ -780,5 +781,6 @@ DefaultDiv:
|
|||||||
|
|
||||||
location_freetemp(current_asmdata.CurrAsmList,right.location);
|
location_freetemp(current_asmdata.CurrAsmList,right.location);
|
||||||
end;
|
end;
|
||||||
|
{$endif SUPPORT_MMX}
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user