Browse Source

cpu: Be explicit about size of sha256_init address

Luke Dashjr 12 years ago
parent
commit
652b286ff1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      x86_64/sha256_xmm_amd64.asm

+ 1 - 1
x86_64/sha256_xmm_amd64.asm

@@ -314,7 +314,7 @@ sha256_sse2_64_new:
     movdqa    [hash1+7*16], rH
 
     mov       data, hash1
-    mov       init, sha256_init
+    mov       init, qword sha256_init
 
     SHA_256