Fixed linux version of SquareHash

This commit is contained in:
tevador 2019-02-18 08:44:28 +01:00
parent bfd557dac5
commit 9a23bdb40d

View file

@ -13,5 +13,5 @@
.global DECL(squareHash)
DECL(squareHash):
mov rcx, rsi
mov rcx, rdi
#include "asm/squareHash.inc"