mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-04 21:57:36 -05:00
Merge pull request #188 from cryptonote-social/master
replace hardcoded literal with its appropriate symbol
This commit is contained in:
@@ -295,7 +295,7 @@ namespace randomx {
|
|||||||
|
|
||||||
void JitCompilerX86::generateProgramPrologue(Program& prog, ProgramConfiguration& pcfg) {
|
void JitCompilerX86::generateProgramPrologue(Program& prog, ProgramConfiguration& pcfg) {
|
||||||
instructionOffsets.clear();
|
instructionOffsets.clear();
|
||||||
for (unsigned i = 0; i < 8; ++i) {
|
for (unsigned i = 0; i < RegistersCount; ++i) {
|
||||||
registerUsage[i] = -1;
|
registerUsage[i] = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user