mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Address review comments
This commit is contained in:
parent
fa7e0e4758
commit
1200bbe7cc
7 changed files with 21 additions and 31 deletions
|
@ -779,7 +779,7 @@ public:
|
|||
u64 block_recover = 0;
|
||||
u64 block_failure = 0;
|
||||
|
||||
alignas(16) rpcs3::hypervisor_context_t hv_ctx; // NOTE: The offset within the class must be within the first 1MiB
|
||||
rpcs3::hypervisor_context_t hv_ctx; // NOTE: The offset within the class must be within the first 1MiB
|
||||
|
||||
u64 ftx = 0; // Failed transactions
|
||||
u64 stx = 0; // Succeeded transactions (pure counters)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue