summaryrefslogtreecommitdiff
path: root/sha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sha.cpp')
-rw-r--r--sha.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha.cpp b/sha.cpp
index e5dd9b7..df947ad 100644
--- a/sha.cpp
+++ b/sha.cpp
@@ -430,7 +430,7 @@ static void CRYPTOPP_FASTCALL X86_SHA256_HashBlocks(word32 *state, const word32
#endif
: "memory", "cc", "%eax"
#if CRYPTOPP_BOOL_X64
- , "%rbx", "%r8"
+ , "%rbx", "%r8", "%r10"
#endif
);
#endif