Merge branch 'master' of github.com:smealum/ctrulib

This commit is contained in:
fincs 2015-04-15 22:17:53 +02:00
commit 5a28a7398a

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;