mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
SPU: fix possible livelock
The bug affects TSX path
This commit is contained in:
parent
3681507136
commit
0797164fac
4 changed files with 33 additions and 19 deletions
|
@ -593,6 +593,7 @@ public:
|
|||
|
||||
u64 tx_success = 0;
|
||||
u64 tx_failure = 0;
|
||||
uint tx_status = 0;
|
||||
|
||||
void push_snr(u32 number, u32 value);
|
||||
void do_dma_transfer(const spu_mfc_cmd& args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue