Implement VM #63
@@ -1,5 +1,5 @@
|
|||||||
#ifndef GROWSTACK_H
|
#ifndef VM_GROWSTACK_H
|
||||||
#define GROWSTACK_H
|
#define VM_GROWSTACK_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
@@ -8,4 +8,4 @@
|
|||||||
bool needs_new_page (void *addr, void *esp);
|
bool needs_new_page (void *addr, void *esp);
|
||||||
bool grow_stack (void *addr);
|
bool grow_stack (void *addr);
|
||||||
|
|
||||||
#endif //GROWSTACK_H
|
#endif /* vm/frame.h */
|
||||||
|
|||||||
Reference in New Issue
Block a user