mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 01:08:35 +02:00
* Typo in r25079.
git-svn-id: trunk@25080 -
This commit is contained in:
parent
0cea8466a2
commit
8b97972482
@ -124,7 +124,7 @@ function fsr2ExceptionMask(fsr: longword): TFPUExceptionMask;
|
||||
|
||||
function GetExceptionMask: TFPUExceptionMask;
|
||||
begin
|
||||
result:=fpu2ExceptionMask(get_fsr);
|
||||
result:=fsr2ExceptionMask(get_fsr);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user