mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 14:27:56 -05:00
linker: Remove unused parameter from WriteRelocations()
is_jump_relocation is never used within the function, so we can just remove it.
This commit is contained in:
@ -24,8 +24,7 @@ protected:
|
||||
};
|
||||
|
||||
void WriteRelocations(std::vector<u8>& program_image, const std::vector<Symbol>& symbols,
|
||||
u64 relocation_offset, u64 size, bool is_jump_relocation,
|
||||
VAddr load_base);
|
||||
u64 relocation_offset, u64 size, VAddr load_base);
|
||||
void Relocate(std::vector<u8>& program_image, u32 dynamic_section_offset, VAddr load_base);
|
||||
|
||||
void ResolveImports();
|
||||
|
Reference in New Issue
Block a user