mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Fix typo
This commit is contained in:
parent
5c6a32ba0f
commit
e9a0553b5d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user