mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-15 23:26:38 -05:00
Fix __init_wut_sbrk_heap.
This commit is contained in:
@@ -39,7 +39,7 @@ __init_wut_sbrk_heap()
|
||||
return;
|
||||
}
|
||||
|
||||
if (__wut_heap_max_size) {
|
||||
if (&__wut_heap_max_size) {
|
||||
// Use default heap
|
||||
sHeapBase = MEMAllocFromDefaultHeap(__wut_heap_max_size);
|
||||
sHeapMaxSize = __wut_heap_max_size;
|
||||
|
||||
Reference in New Issue
Block a user