jit: Lock around changes to the jit pointer.
This commit is contained in:
parent
0c6c2fb47a
commit
b8ab7f39df
17 changed files with 87 additions and 33 deletions
|
@ -895,6 +895,7 @@ namespace MainWindow
|
|||
const u8 *ptr = (const u8 *)info->addr;
|
||||
std::string name;
|
||||
|
||||
std::lock_guard<std::recursive_mutex> guard(MIPSComp::jitLock);
|
||||
if (MIPSComp::jit && MIPSComp::jit->DescribeCodePtr(ptr, name)) {
|
||||
swprintf_s(info->name, L"Jit::%S", name.c_str());
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue