diff options
| author | Julgodis <> | 2021-04-08 01:47:05 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-08 01:47:05 +0200 |
| commit | a23a10639979ee10cbea5ffdadadc490d9e60227 (patch) | |
| tree | 75a86f6d6760a9f4183f3e97606eb7747399a0a8 /libs/JSystem/JAudio2/JASTaskThread.cpp | |
| parent | dca1d2a1c032f239c65aa1b7767132c12e89f628 (diff) | |
demangle data-symbols
Diffstat (limited to 'libs/JSystem/JAudio2/JASTaskThread.cpp')
| -rw-r--r-- | libs/JSystem/JAudio2/JASTaskThread.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/JSystem/JAudio2/JASTaskThread.cpp b/libs/JSystem/JAudio2/JASTaskThread.cpp index e312366df6..85d3a1123f 100644 --- a/libs/JSystem/JAudio2/JASTaskThread.cpp +++ b/libs/JSystem/JAudio2/JASTaskThread.cpp @@ -11,7 +11,9 @@ // Types: // -struct JKRHeap {}; +struct JKRHeap { + static u8 sSystemHeap[4]; +}; struct JKRThread { /* 802D1610 */ JKRThread(JKRHeap*, u32, int, int); @@ -78,7 +80,7 @@ extern "C" void _restgpr_26(); extern "C" void _restgpr_27(); extern "C" void _restgpr_28(); extern "C" extern u8 JASDram[4]; -extern "C" extern u8 sSystemHeap__7JKRHeap[4]; +extern "C" u8 sSystemHeap__7JKRHeap[4]; // // Declarations: |
