Skip to content

Commit 796561f

Browse files
committed
- I forgor.
1 parent 4534e26 commit 796561f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cube/linker-script/ogc.ld

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
** Linker script for GameCube homebrew **
33
--------------------------------------------------------------------------------*/
44

5+
PROVIDE_HIDDEN( __isIPL = 1 );
6+
57
SECTIONS {
68

79
/* Default base address */
@@ -10,6 +12,6 @@ SECTIONS {
1012

1113
}
1214

13-
PROVIDE_HIDDEN( __isIPL = 1 );
15+
PROVIDE_HIDDEN( __Arena1Hi = 0x81700000 );
1416

1517
INCLUDE libogc_common.ld

0 commit comments

Comments
 (0)