Update comment

This commit is contained in:
wheremyfoodat 2024-01-27 15:44:01 +02:00
parent 491b415759
commit 8ff2d7f9b2

View file

@ -77,6 +77,7 @@ std::optional<int> Kernel::getNextThread() {
}
u64 Kernel::getWakeupTick(s64 ns) {
// Timeout == -1 means that the thread doesn't plan on waking up automatically
if (ns == -1) {
return std::numeric_limits<u64>::max();
}