summaryrefslogtreecommitdiff
path: root/AK/ELF/ELFLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/ELF/ELFLoader.h')
-rw-r--r--AK/ELF/ELFLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/ELF/ELFLoader.h b/AK/ELF/ELFLoader.h
index 0eef3b692e..be319425de 100644
--- a/AK/ELF/ELFLoader.h
+++ b/AK/ELF/ELFLoader.h
@@ -17,7 +17,7 @@ public:
bool load();
#if defined(KERNEL)
Function<void*(LinearAddress, size_t, size_t, bool, bool, const String&)> alloc_section_hook;
- Function<void*(LinearAddress, size_t, size_t, size_t, bool, bool, const String&)> map_section_hook;
+ Function<void*(LinearAddress, size_t, size_t, size_t, bool r, bool w, bool x, const String&)> map_section_hook;
LinearAddress entry() const { return m_image.entry(); }
#endif
char* symbol_ptr(const char* name);