mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:49:19 +02:00
* fix the m68k cross-builds by disabling part of r47824
git-svn-id: trunk@47835 -
This commit is contained in:
parent
cc92af8423
commit
01691e9ecb
@ -6218,6 +6218,9 @@ unit aoptx86;
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
(* { Disabled this block because it causes IE201810201 in the m68k cross-compiler
|
||||||
|
on x86-64 at least. Feel free to re-enable after this issue is fixed. (KB) }
|
||||||
|
|
||||||
{ Backward check to determine necessity of and %reg,%reg }
|
{ Backward check to determine necessity of and %reg,%reg }
|
||||||
if (taicpu(p).oper[0]^.typ = top_reg) and
|
if (taicpu(p).oper[0]^.typ = top_reg) and
|
||||||
(taicpu(p).oper[0]^.reg = taicpu(p).oper[1]^.reg) and
|
(taicpu(p).oper[0]^.reg = taicpu(p).oper[1]^.reg) and
|
||||||
@ -6240,6 +6243,7 @@ unit aoptx86;
|
|||||||
Result := True;
|
Result := True;
|
||||||
Exit;
|
Exit;
|
||||||
end;
|
end;
|
||||||
|
*)
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user