mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 10:10:20 +02:00
* fix difference between intf and imp
This commit is contained in:
parent
acdd47c907
commit
f831095743
@ -417,7 +417,7 @@ end;
|
||||
|
||||
{$else}
|
||||
|
||||
function SwapInt(const Value: Integer): Integer;
|
||||
function SwapInt(const Value: Cardinal): Cardinal;
|
||||
begin
|
||||
PByteArray(@Result)[0] := PByteArray(@Value)[3];
|
||||
PByteArray(@Result)[1] := PByteArray(@Value)[2];
|
||||
|
Loading…
Reference in New Issue
Block a user