SPU: fix possible livelock

The bug affects TSX path
This commit is contained in:
Nekotekina 2018-04-07 02:16:32 +03:00
parent 3681507136
commit 0797164fac
4 changed files with 33 additions and 19 deletions

View file

@ -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);