mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-18 01:01:57 -04:00
Cleanup
This commit is contained in:
parent
75d80e212d
commit
5320d3f7ab
@ -546,7 +546,7 @@ void reschedule(){
|
||||
auto& process = pcb[current_pid];
|
||||
|
||||
//The process just got blocked or put to sleep, choose another one
|
||||
if(process.state != process_state::RUNNING){
|
||||
if(process.state != scheduler::process_state::RUNNING){
|
||||
auto index = select_next_process();
|
||||
|
||||
switch_to_process(index);
|
||||
|
Loading…
x
Reference in New Issue
Block a user