mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-06 00:59:18 +00:00
Fix race on cellVdecClose TLS cleanup
This commit is contained in:
parent
30c72b105e
commit
a4896eb6df
@ -395,7 +395,7 @@ static void vdecEntry(ppu_thread& ppu, u32 vid)
|
||||
{
|
||||
idm::get<vdec_context>(vid)->exec(ppu, vid);
|
||||
|
||||
_sys_ppu_thread_exit(ppu, 0);
|
||||
ppu.state += cpu_flag::exit;
|
||||
}
|
||||
|
||||
static u32 vdecQueryAttr(s32 type, u32 profile, u32 spec_addr /* may be 0 */, vm::ptr<CellVdecAttr> attr)
|
||||
|
Loading…
Reference in New Issue
Block a user