mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 09:47:25 +01:00
Disable high(taitype)<=31 check for LLVM compiler
This commit is contained in:
parent
29b3b09251
commit
1a07e13c02
@ -3750,7 +3750,7 @@ implementation
|
||||
{$endif JVM}
|
||||
|
||||
begin
|
||||
{$ifndef WASM}
|
||||
{$if not defined(WASM) and not defined(LLVM)}
|
||||
{$push}{$warnings off}
|
||||
{ taitype should fit into a 4 byte set for speed reasons }
|
||||
if ord(high(taitype))>31 then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user