diff options
| author | roeming <brother64youyou@gmail.com> | 2026-01-28 22:38:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-28 19:38:20 -0800 |
| commit | c161523338fedf22e206a1c85d2777b4e6f667d0 (patch) | |
| tree | e574b095a1b222ceb1b397da9a32765bb1309175 /config | |
| parent | 46951b63e8775f86d6e62898924eb6def6a76127 (diff) | |
JUtility matching for debug (#3074)
* Jut cleanup work
* data section fix
* match the last of JUtility
* added more helpful comment
* Add missed null terminator
* do while -> while loop
* replace more do whiles
* Fix wii regression
* Add suggestions
* fix null check
---------
Co-authored-by: roeming <roeming@users.noreply.github.com>
Diffstat (limited to 'config')
| -rw-r--r-- | config/ShieldD/splits.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ShieldD/splits.txt b/config/ShieldD/splits.txt index 4916e4f9c7..dfaf93b25e 100644 --- a/config/ShieldD/splits.txt +++ b/config/ShieldD/splits.txt @@ -3322,7 +3322,7 @@ JSystem/JKernel/JKRDecomp.cpp: .text start:0x8050E3E0 end:0x8050EE10 .data start:0x8070EA60 end:0x8070EAB8 .sdata start:0x8074AAE0 end:0x8074AAF0 - .sbss start:0x8074CF78 end:0x8074CF84 + .sbss start:0x8074CF78 end:0x8074CF80 .bss start:0x807E2078 end:0x807E20B8 JSystem/JSupport/JSUList.cpp: @@ -3435,7 +3435,7 @@ JSystem/JUtility/JUTGraphFifo.cpp: .text start:0x8051A690 end:0x8051A8B0 .data start:0x8070FB18 end:0x8070FB38 .sdata start:0x8074AD88 end:0x8074AD90 - .sbss start:0x8074CF84 end:0x8074CF90 + .sbss start:0x8074CF80 end:0x8074CF90 JSystem/JUtility/JUTFont.cpp: .text start:0x8051A8B0 end:0x8051AC40 |
