mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +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);
|
||||
ADD QWORD PTR TMDContext.Length[RDI],64
|
||||
|
||||
POP RBX
|
||||
end;
|
||||
{$else CPUX86_HAS_BMI1}
|
||||
procedure MD5Transform(var Context: TMDContext; Buffer: Pointer); assembler; nostackframe;
|
||||
|
Loading…
Reference in New Issue
Block a user