mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 12:13:12 +02:00
* don't use arm assembler md5 implementation of thumb code is generated
This commit is contained in:
parent
7719a5a5a7
commit
32a9dab401
@ -353,7 +353,7 @@ end;
|
|||||||
{$i md5x64_sysv.inc}
|
{$i md5x64_sysv.inc}
|
||||||
{$define MD5ASM}
|
{$define MD5ASM}
|
||||||
{$endif MSWINDOWS}
|
{$endif MSWINDOWS}
|
||||||
{$elseif defined(CPUARM)}
|
{$elseif defined(CPUARM) and not (defined(CPUTHUMB)) and not (defined(CPUTHUMB2))}
|
||||||
{$i md5arm.inc}
|
{$i md5arm.inc}
|
||||||
{$define MD5ASM}
|
{$define MD5ASM}
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -826,5 +826,5 @@ function StrtoMD5(const MD5String:String):TMDDigest;
|
|||||||
end;
|
end;
|
||||||
if not f then
|
if not f then
|
||||||
FillChar(Result, Sizeof(Result), 0);
|
FillChar(Result, Sizeof(Result), 0);
|
||||||
end;
|
end;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user