mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
Fix __init_wut_sbrk_heap.
This commit is contained in:
parent
08fdf44541
commit
f9799cf3dd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user