aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/platform/ps2/plugin.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/plugin.ld b/backends/platform/ps2/plugin.ld
index f0cb12fa6c..1eceac4966 100644
--- a/backends/platform/ps2/plugin.ld
+++ b/backends/platform/ps2/plugin.ld
@@ -13,7 +13,7 @@ _DYNAMIC_LINK = 0;
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = 0x100000; //TODO: Change to 0?
+ . = 0; //Not sure this shouldn't be 0x100000
.interp : { *(.interp) } plugin
.reginfo : { *(.reginfo) } plugin
.hash : { *(.hash) }