From 5848726e6ab91bfb685afb7f5c8f46d1526d6385 Mon Sep 17 00:00:00 2001 From: Yifan Lu Date: Sun, 9 Oct 2016 10:12:46 -0700 Subject: Slab allocation mirroring for Vita --- lib/execmem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/execmem.h') diff --git a/lib/execmem.h b/lib/execmem.h index dbf2dda..07e9fa4 100644 --- a/lib/execmem.h +++ b/lib/execmem.h @@ -2,8 +2,8 @@ #include /* For allocating trampolines - this is just a mmap wrapper. */ int execmem_alloc_unsealed(uintptr_t hint, void **page_p, uintptr_t *vma_p, size_t *size_p, void *opt); -int execmem_seal(void *page, uintptr_t vma, void *opt); -void execmem_free(void *page, uintptr_t vma, void *opt); +int execmem_seal(void *page, void *opt); +void execmem_free(void *page, void *opt); /* Write to "foreign" (i.e. owned by another library, not out-of-process) pages * which are already RX or have unknown permissions. -- cgit v1.2.3