Refactor Ryzen fix to fix compilation issues
This commit is contained in:
parent
29dd2c2138
commit
c9f90e6770
5 changed files with 31 additions and 13 deletions
|
@ -69,6 +69,9 @@ namespace randomx {
|
|||
int registerUsage[RegistersCount];
|
||||
uint8_t* allocatedCode;
|
||||
uint8_t* code;
|
||||
# ifdef XMRIG_FIX_RYZEN
|
||||
std::pair<const void*, const void*> mainLoopBounds;
|
||||
# endif
|
||||
int32_t codePos;
|
||||
uint32_t vm_flags;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue