mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 08:54:22 +02:00
* re-enabled fixed assembler code
This commit is contained in:
parent
d3f748a020
commit
038b01bf23
@ -15,10 +15,7 @@
|
|||||||
|
|
||||||
// Normally, if an optimized version is available for OS/CPU, that will be used
|
// Normally, if an optimized version is available for OS/CPU, that will be used
|
||||||
// Define to use existing unoptimized implementation
|
// Define to use existing unoptimized implementation
|
||||||
{ the i386 assembler implementation does not work on platforms with a fixed stack }
|
{ $DEFINE SHA1PASCAL}
|
||||||
{$if DEFINED(CPU386) and (defined(darwin) or defined(linux))}
|
|
||||||
{$DEFINE SHA1PASCAL}
|
|
||||||
{$endif}
|
|
||||||
|
|
||||||
{$IFNDEF FPC_DOTTEDUNITS}
|
{$IFNDEF FPC_DOTTEDUNITS}
|
||||||
unit sha1;
|
unit sha1;
|
||||||
|
Loading…
Reference in New Issue
Block a user