mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
Add logging of more relocation errors.
This commit is contained in:
@@ -49,22 +49,6 @@ enum {
|
||||
PSP_THREAD_ATTR_USER = 0x80000000
|
||||
};
|
||||
|
||||
enum {
|
||||
R_MIPS_NONE,
|
||||
R_MIPS_16,
|
||||
R_MIPS_32,
|
||||
R_MIPS_REL32,
|
||||
R_MIPS_26,
|
||||
R_MIPS_HI16,
|
||||
R_MIPS_LO16,
|
||||
R_MIPS_GPREL16,
|
||||
R_MIPS_LITERAL,
|
||||
R_MIPS_GOT16,
|
||||
R_MIPS_PC16,
|
||||
R_MIPS_CALL16,
|
||||
R_MIPS_GPREL32
|
||||
};
|
||||
|
||||
enum {
|
||||
// Function exports.
|
||||
NID_MODULE_START = 0xD632ACDB,
|
||||
|
||||
Reference in New Issue
Block a user