You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
add markers for text end for stacktrace
This commit is contained in:
3
sm64.ld
3
sm64.ld
@@ -175,6 +175,7 @@ SECTIONS
|
||||
*/libhvqm2.a:*.o(.text);
|
||||
BUILD_DIR/lib/rsp.o(.text);
|
||||
lib/PR/hvqm/hvqm2sp1.o(.text);
|
||||
_mainSegmentTextEnd = .;
|
||||
|
||||
/* data */
|
||||
BUILD_DIR/src/boot*.o(.*data*);
|
||||
@@ -243,6 +244,7 @@ SECTIONS
|
||||
{
|
||||
BUILD_DIR/src/game*.o(.text);
|
||||
BUILD_DIR/src/engine*.o(.text);
|
||||
_engineSegmentTextEnd = .;
|
||||
/* data */
|
||||
BUILD_DIR/src/game*.o(.*data*);
|
||||
BUILD_DIR/src/engine*.o(.data*);
|
||||
@@ -336,6 +338,7 @@ SECTIONS
|
||||
BEGIN_SEG(goddard, RAM_END - GODDARD_SIZE)
|
||||
{
|
||||
KEEP(BUILD_DIR/src/menu*.o(.text));
|
||||
_goddardSegmentTextEnd = .;
|
||||
KEEP(BUILD_DIR/src/menu*.o(.data*));
|
||||
KEEP(BUILD_DIR/src/menu*.o(.rodata*));
|
||||
#ifdef KEEP_MARIO_HEAD
|
||||
|
||||
Reference in New Issue
Block a user