pacify c++-analyzer
modified: p_lx_elf.cpp
This commit is contained in:
+2
-2
@@ -2956,8 +2956,8 @@ void PackLinuxElf32::ARM_defineSymbols(Filter const * /*ft*/)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
unsigned lo_va_stub = get_te32(&elfout.phdr[0].p_vaddr);
|
unsigned lo_va_stub = get_te32(&elfout.phdr[0].p_vaddr);
|
||||||
unsigned adrc;
|
unsigned adrc = 0; // init: pacify c++-analyzer
|
||||||
unsigned adrm;
|
unsigned adrm = 0; // init: pacify c++-analyzer
|
||||||
|
|
||||||
is_big = true; // kernel disallows mapping below 0x8000.
|
is_big = true; // kernel disallows mapping below 0x8000.
|
||||||
if (is_big) {
|
if (is_big) {
|
||||||
|
|||||||
Reference in New Issue
Block a user