From 1a07e13c023a6ef423917c4500086f242fe056a3 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Tue, 11 Feb 2025 16:16:42 +0100 Subject: [PATCH] Disable high(taitype)<=31 check for LLVM compiler --- compiler/aasmtai.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/aasmtai.pas b/compiler/aasmtai.pas index bb196208f3..471c3d75aa 100644 --- a/compiler/aasmtai.pas +++ b/compiler/aasmtai.pas @@ -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