From 9a23bdb40d7f18e76e2c22ee5f0ed58bceaf9d4f Mon Sep 17 00:00:00 2001 From: tevador Date: Mon, 18 Feb 2019 08:44:28 +0100 Subject: [PATCH] Fixed linux version of SquareHash --- src/squareHash.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/squareHash.S b/src/squareHash.S index 4cd3b54..4527cc0 100644 --- a/src/squareHash.S +++ b/src/squareHash.S @@ -13,5 +13,5 @@ .global DECL(squareHash) DECL(squareHash): - mov rcx, rsi + mov rcx, rdi #include "asm/squareHash.inc"