Remove MEMOP_FREE_LINEAR
This commit is contained in:
parent
7b059d9395
commit
3adff173cd
@ -11,7 +11,6 @@ typedef enum {
|
||||
MEMOP_UNMAP=5, // Mirror unmapping
|
||||
MEMOP_PROT =6, // Change protection
|
||||
|
||||
MEMOP_FREE_LINEAR =0x10001, // Free linear heap
|
||||
MEMOP_ALLOC_LINEAR=0x10003 // Allocate linear heap
|
||||
} MemOp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user