diff options
author | Martmists <martmists@gmail.com> | 2020-04-23 14:33:04 +0200 |
---|---|---|
committer | Martmists <martmists@gmail.com> | 2020-04-23 14:33:04 +0200 |
commit | 0612b1de9f20f80ca082971d433942944350a9fe (patch) | |
tree | 5baeb9f0399617073ac85f35454cabcb97f2b289 /include/nitro/os_alloc.c | |
parent | 4e2316c01dea50716173a97f36228d2b9607964f (diff) |
Estimate function order for os_system
Diffstat (limited to 'include/nitro/os_alloc.c')
-rw-r--r-- | include/nitro/os_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nitro/os_alloc.c b/include/nitro/os_alloc.c index 022932ec..161f75a5 100644 --- a/include/nitro/os_alloc.c +++ b/include/nitro/os_alloc.c @@ -449,7 +449,7 @@ void OS_FreeToHeap(OSArenaId id, OSHeapHandle heap, void* ptr) { void* OS_AllocFromHeap(OSArenaId id, OSHeapHandle heap, u32 size) { #ifdef MATCH_ASM __asm { - + // TODO } #else OSHeapInfo* heapInfo; |