Kernel: Remove unnecessary BOCKS_BREAK()

This commit is contained in:
Bananymous 2023-02-16 17:52:39 +02:00
parent f188fea81c
commit 1b45b4d728
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ namespace Kernel
else if (next.state() == Thread::State::Paused)
{
next.set_state(Thread::State::Running);
BOCHS_BREAK();
continue_thread(next.rsp(), next.rbp(), next.rip());
}