mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Clean Up
This commit is contained in:
parent
e7f2a04699
commit
4f324ad742
14 changed files with 23 additions and 38 deletions
|
@ -136,7 +136,7 @@ static void ExceptionThread(mach_port_t port)
|
|||
mach_msg_header_t *send_msg = nullptr;
|
||||
mach_msg_size_t send_size = 0;
|
||||
mach_msg_option_t option = MACH_RCV_MSG;
|
||||
while (1)
|
||||
while (true)
|
||||
{
|
||||
// If this isn't the first run, send the reply message. Then, receive
|
||||
// a message: either a mach_exception_raise_state RPC due to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue