mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-10 17:12:46 -05:00
Fix RandomX crash when compiled with fortify_source
This commit is contained in:
@@ -1078,6 +1078,6 @@ void JitCompilerA64::h_NOP(Instruction& instr, uint32_t& codePos)
|
||||
{
|
||||
}
|
||||
|
||||
InstructionGeneratorA64 JitCompilerA64::engine[256] = {};
|
||||
InstructionGeneratorA64 JitCompilerA64::engine[257] = {};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user