prevent compiler from optimzing out PreFetch Td4

This commit is contained in:
toddouska
2016-09-15 10:02:30 -07:00
parent 01be5cdc07
commit 8cdaa06127

View File

@@ -1608,7 +1608,7 @@ static void wc_AesDecrypt(Aes* aes, const byte* inBlock, byte* outBlock)
* map cipher state to byte array block:
*/
s0 |= PreFetchTd4();
t0 |= PreFetchTd4();
s0 =
((word32)Td4[GETBYTE(t0, 3)] << 24) ^