mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* 64bit fix
This commit is contained in:
parent
7f5711e17f
commit
7559d7050e
@ -112,7 +112,7 @@ begin
|
||||
begin
|
||||
t := (byte(result) xor d^);
|
||||
result := CRCtable[t] xor (result shr 8);
|
||||
inc (longword(d));
|
||||
inc (d);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user