зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1557841
- Using renamed GetDebugPath in EHABIStackWalk.cpp - r=njn
Differential Revision: https://phabricator.services.mozilla.com/D34252 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f293246462
Коммит
2d395c494d
|
@ -609,7 +609,7 @@ void EHAddrSpace::Update() {
|
|||
// the start address will not point at the file header. But this is worked
|
||||
// around by magic number checks in the EHTable constructor.
|
||||
EHTable tab(reinterpret_cast<const void*>(lib.GetStart()),
|
||||
lib.GetEnd() - lib.GetStart(), lib.GetNativeDebugPath());
|
||||
lib.GetEnd() - lib.GetStart(), lib.GetDebugPath());
|
||||
if (tab.isValid()) tables.push_back(tab);
|
||||
}
|
||||
space = new EHAddrSpace(tables);
|
||||
|
|
Загрузка…
Ссылка в новой задаче