mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2025-01-05 06:38:53 +00:00
Fixed stats compilation
This commit is contained in:
parent
007f8599b9
commit
00368cae02
@ -121,7 +121,7 @@ namespace RandomX {
|
|||||||
int count_retdepth = 0;
|
int count_retdepth = 0;
|
||||||
int count_retdepth_max = 0;
|
int count_retdepth_max = 0;
|
||||||
int count_endstack = 0;
|
int count_endstack = 0;
|
||||||
int count_instructions[ProgramLength] = { 0 };
|
int count_instructions[RANDOMX_PROGRAM_SIZE] = { 0 };
|
||||||
int count_FADD_nop = 0;
|
int count_FADD_nop = 0;
|
||||||
int count_FADD_nop2 = 0;
|
int count_FADD_nop2 = 0;
|
||||||
int count_FSUB_nop = 0;
|
int count_FSUB_nop = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user