Skip to content

Commit

Permalink
Merge pull request #78 from terrynini/master
Browse files Browse the repository at this point in the history
Update tinyinst.cpp
  • Loading branch information
ifratric authored May 2, 2024
2 parents 2d9472e + 7fb117a commit a86efad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyinst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ bool TinyInst::HandleBreakpoint(void *address) {
auto iter = module->outside_jumps.find((size_t)address);
if (iter != module->outside_jumps.end()) {

WARN("Executing relative jump otside the current module");
WARN("Executing relative jump outside the current module");
SetRegister(ARCH_PC, iter->second);

return true;
Expand Down

0 comments on commit a86efad

Please sign in to comment.