diff --git a/rtl/mips/mathu.inc b/rtl/mips/mathu.inc index 9c80f6e076..eaec203b01 100644 --- a/rtl/mips/mathu.inc +++ b/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;