mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Allow cpu_thread& arg passed to the syscalls
Minor cleanup. cpu_mem(), cpu_unmem() removed.
This commit is contained in:
parent
f03d4cf8fd
commit
150e18539c
9 changed files with 22 additions and 42 deletions
|
|
@ -332,7 +332,7 @@ namespace vm
|
|||
|
||||
if (g_tls_locked && g_tls_locked->compare_and_swap_test(&cpu, nullptr))
|
||||
{
|
||||
cpu.cpu_unmem();
|
||||
cpu.state += cpu_flag::memory;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue