* Typo in r25079.

git-svn-id: trunk@25080 -
This commit is contained in:
sergei 2013-07-10 10:46:13 +00:00
parent 0cea8466a2
commit 8b97972482

View File

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