aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/core/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/core/frame.c')
-rw-r--r--src/kernel/core/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/core/frame.c b/src/kernel/core/frame.c
index 255abb6..e74f9ad 100644
--- a/src/kernel/core/frame.c
+++ b/src/kernel/core/frame.c
@@ -54,6 +54,7 @@ uint32_t frame_alloc(size_t n) {
mutex_unlock(&frame_allocator_mutex);
/*dbg_printf("AF 0x%p\n", i * 32 + j);*/
+
return i * 32 + j;
}
}