Merge pull request #114 from Steveice10/master
Remove MEMOP_FREE_LINEAR
This commit is contained in:
commit
71f330aad2
@ -11,7 +11,6 @@ typedef enum {
|
|||||||
MEMOP_UNMAP=5, // Mirror unmapping
|
MEMOP_UNMAP=5, // Mirror unmapping
|
||||||
MEMOP_PROT =6, // Change protection
|
MEMOP_PROT =6, // Change protection
|
||||||
|
|
||||||
MEMOP_FREE_LINEAR =0x10001, // Free linear heap
|
|
||||||
MEMOP_ALLOC_LINEAR=0x10003 // Allocate linear heap
|
MEMOP_ALLOC_LINEAR=0x10003 // Allocate linear heap
|
||||||
} MemOp;
|
} MemOp;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user