Merge pull request #2991 from SChernykh/dev

Fixed compilation error
This commit is contained in:
xmrig 2022-03-24 22:46:33 +07:00 committed by GitHub
commit 15a2091837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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];