Fix editing glitch
modified: p_lx_elf.cpp
This commit is contained in:
@@ -2253,6 +2253,8 @@ PackLinuxElf64arm::canPack()
|
|||||||
xct_off = elf_get_offset_from_address(xct_va);
|
xct_off = elf_get_offset_from_address(xct_va);
|
||||||
goto proceed; // But proper packing depends on checking xct_va.
|
goto proceed; // But proper packing depends on checking xct_va.
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
throwCantPack("need DT_INIT; try \"void _init(void){}\"");
|
||||||
abandon:
|
abandon:
|
||||||
return false;
|
return false;
|
||||||
proceed: ;
|
proceed: ;
|
||||||
|
|||||||
Reference in New Issue
Block a user