From 2532c92fe135abda7ccdad1dba455ffa5cba71d9 Mon Sep 17 00:00:00 2001 From: Tony Puccinelli Date: Fri, 28 May 2010 00:27:37 +0000 Subject: typo fix svn-id: r49281 --- backends/platform/ps2/plugin.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') 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) } -- cgit v1.2.3