pull/471/head
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
1 changed files with 1 additions and 1 deletions

View File

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