mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 11:30:02 +02:00
* while not official supported, bootstrapping with 3.0.4 fixed
git-svn-id: trunk@47901 -
This commit is contained in:
parent
6dafbfb7ca
commit
b5725ac3ed
@ -69,6 +69,7 @@ unit cpu;
|
||||
|
||||
function InterlockedCompareExchange128(var Target: Int128Rec; NewValue: Int128Rec; Comperand: Int128Rec): Int128Rec;
|
||||
begin
|
||||
{$if FPC_FULLVERSION >= 30101}
|
||||
{$ifndef FPC_PIC}
|
||||
if _RTMSupport then
|
||||
begin
|
||||
@ -85,6 +86,7 @@ unit cpu;
|
||||
end
|
||||
else
|
||||
{$endif FPC_PIC}
|
||||
{$endif FPC_FULLVERSION >= 30101}
|
||||
RunError(217);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user