mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 12:30:31 +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}
|
||||
{$define MD5ASM}
|
||||
{$endif MSWINDOWS}
|
||||
{$elseif defined(CPUARM)}
|
||||
{$elseif defined(CPUARM) and not (defined(CPUTHUMB)) and not (defined(CPUTHUMB2))}
|
||||
{$i md5arm.inc}
|
||||
{$define MD5ASM}
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user