瀏覽代碼

* compilation on non-x86 targets fixed

florian 1 年之前
父節點
當前提交
f12abd03cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/hash/src/md5.pp

+ 1 - 1
packages/hash/src/md5.pp

@@ -349,7 +349,7 @@ end;
       {$i md5i386.inc}
       {$i md5i386.inc}
       {$define MD5ASM}
       {$define MD5ASM}
     {$endif CPUX86_HAS_BSWAP}
     {$endif CPUX86_HAS_BSWAP}
-  {$else if defined(CPUX64)}
+  {$elseif defined(CPUX64)}
     {$ifdef MSWINDOWS}
     {$ifdef MSWINDOWS}
       // Microsoft Windows uses a different calling convention to the System V ABI
       // Microsoft Windows uses a different calling convention to the System V ABI
       {$i md5x64_win.inc}
       {$i md5x64_win.inc}