Explorar o código

* Typo in r25079.

git-svn-id: trunk@25080 -
sergei %!s(int64=12) %!d(string=hai) anos
pai
achega
8b97972482
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/mips/mathu.inc

+ 1 - 1
rtl/mips/mathu.inc

@@ -124,7 +124,7 @@ function fsr2ExceptionMask(fsr: longword): TFPUExceptionMask;
 
 function GetExceptionMask: TFPUExceptionMask;
   begin
-    result:=fpu2ExceptionMask(get_fsr);
+    result:=fsr2ExceptionMask(get_fsr);
   end;