Fix RandomX crash when compiled with fortify_source

This commit is contained in:
SChernykh
2024-03-20 21:24:02 +01:00
parent 7cd85fdf4e
commit 5695645daf
4 changed files with 4 additions and 4 deletions

View File

@@ -1443,6 +1443,6 @@ namespace randomx {
emitByte(0x90, code, codePos);
}
alignas(64) InstructionGeneratorX86 JitCompilerX86::engine[256] = {};
alignas(64) InstructionGeneratorX86 JitCompilerX86::engine[257] = {};
}