Skip to content

Commit

Permalink
Update tinyinst.cpp
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
terrynini authored Apr 29, 2024
1 parent 2d9472e commit 7fb117a
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 7fb117a

Please sign in to comment.