summaryrefslogtreecommitdiff
path: root/sosemanuk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sosemanuk.cpp')
-rwxr-xr-xsosemanuk.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sosemanuk.cpp b/sosemanuk.cpp
index e40cab86..1f9bde41 100755
--- a/sosemanuk.cpp
+++ b/sosemanuk.cpp
@@ -598,8 +598,9 @@ void SosemanukPolicy::OperateKeystream(KeystreamOperation operation, byte *outpu
#if CRYPTOPP_BOOL_X64
, "r" (workspace)
: "memory", "cc", "%xmm0", "%xmm1", "%xmm2", "%xmm3", "%xmm4", "%xmm5", "%xmm6", "%xmm7"
- #endif
+ #else
: "memory", "cc"
+ #endif
);
#endif
#ifdef CRYPTOPP_GENERATE_X64_MASM