mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00
* compilation on non-x86 targets fixed
This commit is contained in:
parent
2da416c4ea
commit
f12abd03cc
@ -349,7 +349,7 @@ end;
|
||||
{$i md5i386.inc}
|
||||
{$define MD5ASM}
|
||||
{$endif CPUX86_HAS_BSWAP}
|
||||
{$else if defined(CPUX64)}
|
||||
{$elseif defined(CPUX64)}
|
||||
{$ifdef MSWINDOWS}
|
||||
// Microsoft Windows uses a different calling convention to the System V ABI
|
||||
{$i md5x64_win.inc}
|
||||
|
Loading…
Reference in New Issue
Block a user