mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 12:49:12 +02:00
* last commit was not correct, fixed
This commit is contained in:
parent
bf5f37b14a
commit
e132ae2fee
@ -4407,7 +4407,7 @@ implementation
|
|||||||
else
|
else
|
||||||
expectloc:=LOC_JUMP;
|
expectloc:=LOC_JUMP;
|
||||||
end
|
end
|
||||||
{$elseif defined(llvm) and cpu32bitalu}
|
{$elseif defined(llvm) and defined(cpu32bitalu)}
|
||||||
{ llvm does not support 128 bit math on 32 bit targets, which is
|
{ llvm does not support 128 bit math on 32 bit targets, which is
|
||||||
necessary for overflow checking 64 bit operations }
|
necessary for overflow checking 64 bit operations }
|
||||||
else if (torddef(ld).ordtype in [s64bit,u64bit,scurrency]) and
|
else if (torddef(ld).ordtype in [s64bit,u64bit,scurrency]) and
|
||||||
|
Loading…
Reference in New Issue
Block a user