diff options
Diffstat (limited to 'lib/inc/mem.h')
-rw-r--r-- | lib/inc/mem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/inc/mem.h b/lib/inc/mem.h index 9399b54..0030b3d 100644 --- a/lib/inc/mem.h +++ b/lib/inc/mem.h @@ -17,7 +17,6 @@ #error "No lib target specified. Please use -Dkernel or -Duserspace" #endif -// TODO: Use malloc as syscall u32 HEAP; u32 HEAP_START; |