Fixed Debug build in Visual Studio
This commit is contained in:
parent
6dba0635f1
commit
50bdaba526
11 changed files with 44 additions and 51 deletions
|
@ -36,7 +36,7 @@ namespace randomx {
|
|||
void CompiledLightVm<softAes>::setCache(randomx_cache* cache) {
|
||||
cachePtr = cache;
|
||||
mem.memory = cache->memory;
|
||||
compiler.generateSuperscalarHash(cache->programs, cache->reciprocalCache);
|
||||
compiler.generateSuperscalarHash(cache->programs);
|
||||
}
|
||||
|
||||
template<int softAes>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue