mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Fixed linux version of SquareHash
This commit is contained in:
parent
bfd557dac5
commit
9a23bdb40d
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@
|
|||
.global DECL(squareHash)
|
||||
|
||||
DECL(squareHash):
|
||||
mov rcx, rsi
|
||||
mov rcx, rdi
|
||||
#include "asm/squareHash.inc"
|
||||
|
|
Loading…
Reference in a new issue