update stack growth header to fit virtual memory naming format

This commit is contained in:
EDiasAlberto
2024-11-27 18:57:20 +00:00
parent af7f2ba873
commit c670c29e47

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 */