summaryrefslogtreecommitdiff
path: root/laden/loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'laden/loader.c')
-rw-r--r--laden/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/laden/loader.c b/laden/loader.c
index 249c6a4..b0adbfd 100644
--- a/laden/loader.c
+++ b/laden/loader.c
@@ -37,7 +37,7 @@
static void
mem_check (const char *name, l4_word_t start, l4_word_t end)
{
- l4_memory_desc_t memdesc;
+ l4_memory_desc_t *memdesc;
int nr;
int fits = 0;
int conflicts = 0;