summaryrefslogtreecommitdiff
path: root/x64dll.asm
diff options
context:
space:
mode:
Diffstat (limited to 'x64dll.asm')
-rw-r--r--x64dll.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/x64dll.asm b/x64dll.asm
index 33fa6a17..a4a73e3f 100644
--- a/x64dll.asm
+++ b/x64dll.asm
@@ -1965,7 +1965,7 @@ ret
SHA256_HashMultipleBlocks_SSE2 ENDP
ALIGN 8
-ExtendedControlRegister PROC
+XGETBV PROC
;; First paramter is RCX, and xgetbv expects the CTRL in ECX
;; http://www.agner.org/optimize/vectorclass/read.php?i=65
DB 0fh, 01h, 0d0h
@@ -1974,7 +1974,7 @@ and rax, 0ffffffffh
shl rdx, 32
or rax, rdx
ret
-ExtendedControlRegister ENDP
+XGETBV ENDP
_TEXT ENDS
END