Fixed 32-bit Windows build

This commit is contained in:
tevador 2019-02-19 23:12:56 +01:00
parent 219efce06c
commit 88cf9d0728

View File

@ -1,3 +1,5 @@
IFDEF RAX
PUBLIC squareHash PUBLIC squareHash
.code .code
@ -6,4 +8,6 @@ squareHash PROC
include asm/squareHash.inc include asm/squareHash.inc
squareHash ENDP squareHash ENDP
ENDIF
END END