mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 20:30:55 +02:00
* fix BMI1 version of SysV MD5Transform
This commit is contained in:
parent
6a9a416f84
commit
5b9998e38b
@ -694,8 +694,6 @@ asm
|
|||||||
|
|
||||||
//Inc(Context.Length,64);
|
//Inc(Context.Length,64);
|
||||||
ADD QWORD PTR TMDContext.Length[RDI],64
|
ADD QWORD PTR TMDContext.Length[RDI],64
|
||||||
|
|
||||||
POP RBX
|
|
||||||
end;
|
end;
|
||||||
{$else CPUX86_HAS_BMI1}
|
{$else CPUX86_HAS_BMI1}
|
||||||
procedure MD5Transform(var Context: TMDContext; Buffer: Pointer); assembler; nostackframe;
|
procedure MD5Transform(var Context: TMDContext; Buffer: Pointer); assembler; nostackframe;
|
||||||
|
Loading…
Reference in New Issue
Block a user