* fix BMI1 version of SysV MD5Transform

This commit is contained in:
florian 2023-10-14 14:37:00 +02:00
parent 6a9a416f84
commit 5b9998e38b

View File

@ -694,8 +694,6 @@ asm
//Inc(Context.Length,64);
ADD QWORD PTR TMDContext.Length[RDI],64
POP RBX
end;
{$else CPUX86_HAS_BMI1}
procedure MD5Transform(var Context: TMDContext; Buffer: Pointer); assembler; nostackframe;