瀏覽代碼

Disable high(taitype)<=31 check for LLVM compiler

Pierre Muller 10 月之前
父節點
當前提交
1a07e13c02
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/aasmtai.pas

+ 1 - 1
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