Typo fix, MOBILE_DEVICE

This commit is contained in:
Henrik Rydgård
2017-05-25 00:31:00 +02:00
parent 6bccc06628
commit 9ce874d2cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ void ElfReader::LoadRelocations2(int rel_seg)
rel_offset = rel_base+segmentVAddr[off_seg];
if (!Memory::IsValidAddress(relocate_to)) {
if (!Memory::IsValidAddress(rel_offset)) {
ERROR_LOG(LOADER, "ELF: Bad rel_offset: %08x", rel_offset);
continue;
}