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