We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4534e26 commit 796561fCopy full SHA for 796561f
cube/linker-script/ogc.ld
@@ -2,6 +2,8 @@
2
** Linker script for GameCube homebrew **
3
--------------------------------------------------------------------------------*/
4
5
+PROVIDE_HIDDEN( __isIPL = 1 );
6
+
7
SECTIONS {
8
9
/* Default base address */
@@ -10,6 +12,6 @@ SECTIONS {
10
12
11
13
}
14
-PROVIDE_HIDDEN( __isIPL = 1 );
15
+PROVIDE_HIDDEN( __Arena1Hi = 0x81700000 );
16
17
INCLUDE libogc_common.ld
0 commit comments