mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
PSP: Update executable start position
This commit is contained in:
parent
1202099d61
commit
9aa4485137
@ -7,7 +7,7 @@ ENTRY(_start)
|
||||
SECTIONS
|
||||
{
|
||||
/* Read-only sections, merged into text segment: */
|
||||
PROVIDE (__executable_start = 0x08900000); . = 0x08900000;
|
||||
PROVIDE (__executable_start = 0x08804000); . = 0x08804000;
|
||||
.interp : { *(.interp) }
|
||||
.reginfo : { *(.reginfo) }
|
||||
.dynamic : { *(.dynamic) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user