Fix RandomX crash when compiled with fortify_source
This commit is contained in:
parent
e65e283aac
commit
f6c50b5393
4 changed files with 4 additions and 4 deletions
|
@ -1078,6 +1078,6 @@ void JitCompilerA64::h_NOP(Instruction& instr, uint32_t& codePos)
|
|||
{
|
||||
}
|
||||
|
||||
InstructionGeneratorA64 JitCompilerA64::engine[256] = {};
|
||||
InstructionGeneratorA64 JitCompilerA64::engine[257] = {};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue