summaryrefslogtreecommitdiff
path: root/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf.c')
-rw-r--r--elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf.c b/elf.c
index ca8f89d..7316a0c 100644
--- a/elf.c
+++ b/elf.c
@@ -51,7 +51,7 @@ void *load_elf_file(const char *f, uint32_t *ds) {
pages_to_allocate /= 0x1000;
mmu_allocate_region((void *)p_vaddr, pages_to_allocate * 0x1000,
- MMU_FLAG_RW);
+ MMU_FLAG_RW, NULL);
flush_tlb();