Fixed compilation error

This commit is contained in:
SChernykh
2022-03-24 16:38:47 +01:00
parent 8cdd596b92
commit e2f7012765

View File

@@ -74,7 +74,7 @@ void xmrig::keccakf(uint64_t st[25], int rounds)
X(0); X(1); X(2); X(3); X(4);
#undef (X)
#undef X
// Rho Pi
const uint64_t t = st[1];