summaryrefslogtreecommitdiff
path: root/src/JSystem/JAudio/JASKernelDebug.cpp
blob: 58324388d174aba6964f557cddf5c60c397c96a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Generated by dtk
// Translation Unit: JASKernelDebug.cpp
//

#include "JSystem/JSystem.h" // IWYU pragma: keep

#include "JSystem/JAudio/JASKernelDebug.h"

/* 8027D6B8-8027D6F4       .text stackInit__Q28JASystem6KernelFPUxUl */
void JASystem::Kernel::stackInit(u64* stack, u32 num) {
    for (int i = 1; i < num; i++) {
        stack[i] = 0xfadebabe12345678;
    }
}