Inlined calls for memory read

This commit is contained in:
tevador
2019-01-07 17:44:43 +01:00
parent 6519fed4d1
commit 2f6a599ff6
5 changed files with 3658 additions and 598 deletions

View File

@@ -98,7 +98,7 @@ namespace RandomX {
};
struct MemoryRegisters {
addr_t ma, mx;
addr_t mx, ma;
dataset_t ds;
};