diff options
Diffstat (limited to 'compiler/globals.pas')
-rw-r--r-- | compiler/globals.pas | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/globals.pas b/compiler/globals.pas index ba08bcaf5d..6a60d0e248 100644 --- a/compiler/globals.pas +++ b/compiler/globals.pas @@ -473,6 +473,11 @@ interface optimizecputype : cpu_none; fputype : fpu_standard; {$endif jvm} + {$ifdef js} + cputype : cpu_none; + optimizecputype : cpu_none; + fputype : fpu_standard; + {$endif js} {$ifdef aarch64} cputype : cpu_armv8; optimizecputype : cpu_armv8; |