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

Move pop compiler directive to respective ifdef branch to match with push.

Margers преди 4 месеца
родител
ревизия
0d63a5fdda
променени са 1 файла, в които са добавени 4 реда и са изтрити 6 реда
  1. 4 6
      rtl/inc/softfpu.pp

+ 4 - 6
rtl/inc/softfpu.pp

@@ -9350,16 +9350,14 @@ end;
 
 {$endif FPC_SOFTFLOAT_FLOAT128}
 
-{$endif not(defined(fpc_softfpu_interface))}
-
-{$if not(defined(fpc_softfpu_interface)) and not(defined(fpc_softfpu_implementation))}
-
-end.
-
 {$ifdef FPC}
   { restore context modified at implmentation start
     to possibly re-enable range and overflow checking explicitly}
   {$pop}
 {$endif FPC}
 
+{$endif not(defined(fpc_softfpu_interface))}
+
+{$if not(defined(fpc_softfpu_interface)) and not(defined(fpc_softfpu_implementation))}
+end.
 {$endif not(defined(fpc_softfpu_interface)) and not(defined(fpc_softfpu_implementation))}