When creating a new thread, forgot to set its syscall_args * pointer.

This commit is contained in:
Bahadir Balban
2008-08-27 14:52:06 +03:00
parent f1b3a9b95d
commit dad1d2d792
2 changed files with 11 additions and 1 deletions

View File

@@ -392,7 +392,7 @@ pgd_table_t *copy_page_tables(pgd_table_t *from)
pgd->entry[i] |= PGD_TYPE_COARSE;
}
}
BUG();
return pgd;
}