Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Jan 10, 2021
1 parent ec53c97 commit 3a03ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userprog/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void process_exit(void)
}

struct process *self = cur->process;

self->thread = NULL;
self->status = PROCESS_EXITED;

Expand Down

0 comments on commit 3a03ccb

Please sign in to comment.