mirror of
https://github.com/drasko/codezero.git
synced 2026-01-24 16:53:14 +01:00
When creating a new thread, forgot to set its syscall_args * pointer.
This commit is contained in:
@@ -392,7 +392,7 @@ pgd_table_t *copy_page_tables(pgd_table_t *from)
|
||||
pgd->entry[i] |= PGD_TYPE_COARSE;
|
||||
}
|
||||
}
|
||||
BUG();
|
||||
|
||||
return pgd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user