From ca76600acc8bf7a02346efa5bd8f17072210ec01 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 30 Oct 2023 21:47:59 +0100 Subject: Cleanup of things that did not get formatted or not included in old commits --- elf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf.c') 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(); -- cgit v1.2.3