mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-10 18:14:42 -06:00
Disable trap on MacOs
This commit is contained in:
parent
ceee246bdb
commit
9b1a65a1b7
@ -3047,7 +3047,9 @@ void thread_ctrl::set_name(std::string name)
|
||||
return false;
|
||||
}).second)
|
||||
{
|
||||
#ifndef __APPLE__
|
||||
utils::trap();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user