Debuggable assembly generator

This commit is contained in:
tevador
2018-12-21 21:09:55 +01:00
parent fce6e75689
commit 55afe9646f
5 changed files with 34 additions and 8 deletions

View File

@@ -34,9 +34,9 @@ namespace RandomX {
return compiler.getCode();
}
private:
JitCompilerX86 compiler;
#ifdef TRACE
convertible_t tracepad[InstructionCount];
#endif
JitCompilerX86 compiler;
};
}