From 1617d8e34e395f8c22b5beace57a6f8142a02638 Mon Sep 17 00:00:00 2001 From: tevador Date: Wed, 20 Mar 2019 00:36:12 +0100 Subject: [PATCH] Fixed squareHash reference --- src/squareHash.S | 1 + 1 file changed, 1 insertion(+) diff --git a/src/squareHash.S b/src/squareHash.S index 963cc03..11c6cda 100644 --- a/src/squareHash.S +++ b/src/squareHash.S @@ -30,6 +30,7 @@ DECL(initBlock): mov rbp, rsi mov r8, rdx mov rsi, rcx + #define squareHash DECL(squareHash) #include "asm/initBlock.inc" pop r15 pop r14