Refactor stack growth #57

Merged
sb3923 merged 17 commits from vm/stack-growth/saleh into vm/virtual-memory/saleh 2024-12-05 00:53:35 +00:00
8 changed files with 64 additions and 189 deletions
Showing only changes of commit c670c29e47 - Show all commits

View File

@@ -1,5 +1,5 @@
#ifndef GROWSTACK_H
#define GROWSTACK_H
#ifndef VM_GROWSTACK_H
#define VM_GROWSTACK_H
#include <stdio.h>
@@ -8,4 +8,4 @@
bool needs_new_page (void *addr, void *esp);
bool grow_stack (void *addr);
#endif //GROWSTACK_H
#endif /* vm/frame.h */