This commit is contained in:
Chocobo1 2018-03-14 23:15:51 +08:00
parent c061d67b14
commit 423511765a
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
16 changed files with 43 additions and 43 deletions

View file

@ -291,7 +291,7 @@ const QString straceWin::getBacktrace()
demangle(funcName);
#endif
// now ihsf.InstructionOffset points to the instruction that follows CALL instuction
// now ihsf.InstructionOffset points to the instruction that follows CALL instruction
// decrease the query address by one byte to point somewhere in the CALL instruction byte sequence
sourceFile = getSourcePathAndLineNumber(hProcess, ihsf.InstructionOffset - 1);
}