Skip to content
Snippets Groups Projects
Commit 1c768cde authored by Fache Charles's avatar Fache Charles
Browse files

1.2 done, make eval or remove_from_prio_queue() broken not my fault

parent fd37e189
No related branches found
No related tags found
No related merge requests found
......@@ -324,6 +324,8 @@ fork(void)
np->parent = p;
np->priority = p->priority;
// copy saved user registers.
*(np->tf) = *(p->tf);
......
  • Fache Charles @charles.fache ·
    Author Owner

    Actually my fault, just hard to debug

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment