Преглед на файлове

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