mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-05 22:27:33 -05:00
Debuggable assembly generator
This commit is contained in:
@@ -34,9 +34,9 @@ namespace RandomX {
|
||||
return compiler.getCode();
|
||||
}
|
||||
private:
|
||||
JitCompilerX86 compiler;
|
||||
#ifdef TRACE
|
||||
convertible_t tracepad[InstructionCount];
|
||||
#endif
|
||||
JitCompilerX86 compiler;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user