mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-17 00:07:47 +00:00
Update RandomX
This commit is contained in:
parent
3d1db2fa22
commit
ae8733c187
2 changed files with 2 additions and 2 deletions
2
external/src/RandomX
vendored
2
external/src/RandomX
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 69f2baec414a9cab64b19735fd40e34504c5a160
|
Subproject commit 1adc7d8efd2943c0996f55821b7d3ba94795135f
|
|
@ -40,7 +40,7 @@ void panic()
|
||||||
__debugbreak();
|
__debugbreak();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
exit(1);
|
abort();
|
||||||
} while (true);
|
} while (true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue