Add debugging messages for probing multi-oom test case

This commit is contained in:
Themis Demetriades
2024-11-13 18:57:02 +00:00
parent 446c50ea29
commit 1368fa144a

View File

@@ -327,7 +327,7 @@ 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 ();
uint32_t *pd;