mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
add NULL return value to macho timer function
This commit is contained in:
parent
8a062fefdc
commit
14339fb01f
@ -573,6 +573,7 @@ static void *timer_func(void *arg)
|
||||
}
|
||||
semaphore_signal(wakeup_time_sem);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user