mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 00:15:04 -05:00
Fix RandomX crash when compiled with fortify_source
This commit is contained in:
@@ -1443,6 +1443,6 @@ namespace randomx {
|
||||
emitByte(0x90, code, codePos);
|
||||
}
|
||||
|
||||
alignas(64) InstructionGeneratorX86 JitCompilerX86::engine[256] = {};
|
||||
alignas(64) InstructionGeneratorX86 JitCompilerX86::engine[257] = {};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user