Explorar o código

Avoid warning on non-i386 CPUs

git-svn-id: trunk@19594 -
pierre %!s(int64=14) %!d(string=hai) anos
pai
achega
c86e36a53b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/gdbint/src/gdbint.pp

+ 2 - 0
packages/gdbint/src/gdbint.pp

@@ -2658,6 +2658,8 @@ function MaskAllFPUExceptions(control : TFPUState) : TFPUState;
 begin
 {$ifdef cpui386}
   MaskAllFPUExceptions := control or MaskAllExceptions;
+{$else}
+  MaskAllFPUExceptions:=0;
 {$endif}
 end;