Ver código fonte

* make rounding mode and exception mask thread variables as well

florian 8 meses atrás
pai
commit
02b31542f6
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      rtl/inc/mathh.inc

+ 0 - 3
rtl/inc/mathh.inc

@@ -98,9 +98,6 @@ ThreadVar
 Var
 Var
 {$endif FPC_HAS_FEATURE_THREADING}
 {$endif FPC_HAS_FEATURE_THREADING}
   softfloat_exception_flags : TFPUExceptionMask;
   softfloat_exception_flags : TFPUExceptionMask;
-
-{ global/shared just like the native ones }
-var
   softfloat_exception_mask : TFPUExceptionMask;
   softfloat_exception_mask : TFPUExceptionMask;
   softfloat_rounding_mode : TFPURoundingMode;
   softfloat_rounding_mode : TFPURoundingMode;