mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
bugfix of LoadRelocations2
This commit is contained in:
parent
ed7e8aa417
commit
94ef18025f
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ void ElfReader::LoadRelocations2(int rel_seg)
|
|||
buf += flag_table_size;
|
||||
|
||||
type_table = buf;
|
||||
type_table_size = flag_table[0];
|
||||
type_table_size = type_table[0];
|
||||
buf += type_table_size;
|
||||
|
||||
rel_base = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue