mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 302698 [@ DumpStackToFileMain64]
r=dougt a=bsmedberg
This commit is contained in:
parent
6522703832
commit
aaae570aa3
@ -607,7 +607,7 @@ DumpStackToFileMain64(struct DumpStackToFileData* data)
|
||||
pSymbol->MaxNameLen = MAX_SYM_NAME;
|
||||
|
||||
DWORD64 displacement;
|
||||
ok = _SymFromAddr(myProcess, addr, &displacement, pSymbol);
|
||||
ok = _SymFromAddr && _SymFromAddr(myProcess, addr, &displacement, pSymbol);
|
||||
|
||||
// All done with debug calls so release our lock.
|
||||
ReleaseMutex(hStackWalkMutex);
|
||||
|
Loading…
Reference in New Issue
Block a user