Fix issues with merging, duplicate references and definition of VM

This commit is contained in:
sBubshait
2024-12-05 02:27:48 +00:00
parent f13fd435cd
commit c12cd95093
3 changed files with 2 additions and 24 deletions

View File

@@ -149,10 +149,6 @@ struct thread
struct hash open_files; /* Hash Table of FD -> Struct File. */
#endif
#ifdef VM
struct hash pages; /* Table of open user pages. */
#endif
void *curr_esp;
/* Owned by thread.c. */