mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 23:50:36 +02:00
* fix conditional statement as pointed out by Sergey Larin
This commit is contained in:
parent
b3fb6a0ec0
commit
bf5f37b14a
@ -4407,7 +4407,7 @@ implementation
|
||||
else
|
||||
expectloc:=LOC_JUMP;
|
||||
end
|
||||
{$else if defined(llvm) and cpu32bitalu}
|
||||
{$elseif defined(llvm) and cpu32bitalu}
|
||||
{ llvm does not support 128 bit math on 32 bit targets, which is
|
||||
necessary for overflow checking 64 bit operations }
|
||||
else if (torddef(ld).ordtype in [s64bit,u64bit,scurrency]) and
|
||||
|
Loading…
Reference in New Issue
Block a user