mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Prepare more timer syscalls
This commit is contained in:
@@ -58,6 +58,10 @@ namespace
|
||||
return !e || e->try_lock(current_thread_id);
|
||||
}
|
||||
|
||||
case handle_types::timer: {
|
||||
return true; // TODO
|
||||
}
|
||||
|
||||
case handle_types::semaphore: {
|
||||
auto* s = c.semaphores.get(h);
|
||||
if (s)
|
||||
|
||||
Reference in New Issue
Block a user