Explorar el Código

Fixed squareHash reference

tevador hace 7 años
padre
commit
1617d8e34e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/squareHash.S

+ 1 - 0
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