Fix for 32-bit ARM compilation

This commit is contained in:
SChernykh 2019-11-15 16:00:48 +01:00
parent aeb2c6e8ec
commit 3953568a0e
2 changed files with 3 additions and 3 deletions

View file

@ -133,7 +133,7 @@ struct RandomX_ConfigurationBase
uint32_t ConditionMask_Calculated;
#ifdef XMRIG_ARM
#if defined(XMRIG_ARM) && defined(__aarch64__)
uint32_t Log2_ScratchpadL1;
uint32_t Log2_ScratchpadL2;
uint32_t Log2_ScratchpadL3;