mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +00:00
These changes were lying around uncommitted in the old repo.
I'm just gonna commit them without too much thinking and then take it from there.
This commit is contained in:
parent
87d41bdca4
commit
72bb80a9ae
Notes:
sideshowbarker
2024-07-19 18:47:40 +09:00
Author: https://github.com/awesomekling
Commit: 72bb80a9ae
8 changed files with 94 additions and 81 deletions
|
@ -39,4 +39,9 @@ void sleep(DWORD ticks)
|
|||
DO_SYSCALL_A1(Syscall::Sleep, ticks);
|
||||
}
|
||||
|
||||
void yield()
|
||||
{
|
||||
DO_SYSCALL_A0(Syscall::Yield);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue