|
@@ -3750,7 +3750,7 @@ implementation
|
|
{$endif JVM}
|
|
{$endif JVM}
|
|
|
|
|
|
begin
|
|
begin
|
|
-{$ifndef WASM}
|
|
|
|
|
|
+{$if not defined(WASM) and not defined(LLVM)}
|
|
{$push}{$warnings off}
|
|
{$push}{$warnings off}
|
|
{ taitype should fit into a 4 byte set for speed reasons }
|
|
{ taitype should fit into a 4 byte set for speed reasons }
|
|
if ord(high(taitype))>31 then
|
|
if ord(high(taitype))>31 then
|