Merge pull request #114 from Steveice10/master

Remove MEMOP_FREE_LINEAR
This commit is contained in:
plutoo 2015-04-13 22:07:45 +02:00
commit 71f330aad2

View File

@ -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;