mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Try loading rct2 segments for x86-64 just like for i386 (#3922)
This shifts focus away from illegal accesses to RCT2 memory to fixing up the pointers we use
This commit is contained in:
committed by
GitHub
parent
c177cc72e9
commit
27b74dff72
@@ -54,6 +54,8 @@ SECTIONS
|
||||
.plt : { *(.plt) *(.iplt) }
|
||||
.plt.got : { *(.plt.got) }
|
||||
.plt.bnd : { *(.plt.bnd) }
|
||||
.rct2_text 0x401000 : { *(.rct2_text) }
|
||||
.rct2_data : { *(.rct2_data) }
|
||||
.text :
|
||||
{
|
||||
*(.text.unlikely .text.*_unlikely .text.unlikely.*)
|
||||
|
||||
Reference in New Issue
Block a user