This commit is contained in:
Jeffrey Walton 2017-08-24 20:24:32 -04:00
parent 5c6a32ba0f
commit e9a0553b5d
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -44,7 +44,7 @@ void PadlockRNG::GenerateBlock(byte *output, size_t size)
"movl %%eax, %0 ;\n"
: "=g" (m_msr) : "g" (m_buffer.data()), "g" (m_divisor)
#if (CRYPTOPP_BOOL_X3 || CRYPTOPP_BOOL_X64)
#if (CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X64)
: "eax", "edx", "rdi", "cc"
#else
: "eax", "edx", "edi", "cc"