Add debugging messages for probing multi-oom test case
This commit is contained in:
@@ -327,7 +327,7 @@ void
|
|||||||
process_exit (void)
|
process_exit (void)
|
||||||
{
|
{
|
||||||
|
|
||||||
printf("(%s) EXIT STATUS: %d\n", thread_name (), thread_current ()->exit_status);
|
printf("(%d) EXIT STATUS: %d\n", thread_current ()->tid, thread_current ()->exit_status);
|
||||||
|
|
||||||
struct thread *cur = thread_current ();
|
struct thread *cur = thread_current ();
|
||||||
uint32_t *pd;
|
uint32_t *pd;
|
||||||
|
|||||||
Reference in New Issue
Block a user