Refactor page_type to rename PAGE_FILE to PAGE_EXECUTABLE as mmap and executables are now separate
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
enum page_type
|
||||
{
|
||||
PAGE_FILE,
|
||||
PAGE_EXECUTABLE,
|
||||
PAGE_MMAP,
|
||||
PAGE_SHARED
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user