diff options
Diffstat (limited to 'src/code/main.c')
| -rw-r--r-- | src/code/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/main.c b/src/code/main.c index fffc72194..79c40658c 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -109,7 +109,7 @@ void Main(void* arg) { gSystemHeapSize = fb - systemHeapStart; PRINTF(T("システムヒープ初期化 %08x-%08x %08x\n", "System heap initialization %08x-%08x %08x\n"), systemHeapStart, fb, gSystemHeapSize); - SystemHeap_Init((void*)systemHeapStart, gSystemHeapSize); // initializes the system heap + Runtime_Init((void*)systemHeapStart, gSystemHeapSize); #if DEBUG_FEATURES { |
