Skip to content

Commit

Permalink
Merge branch 'sha0coder:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonros authored Dec 28, 2024
2 parents 0ed1fb2 + 2bb4e4c commit 1002d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmwemu/src/emu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ impl Emu {
self.force_break = true;
return true;
} else {
log::error!("/!\\ setting eip to non mapped addr 0x{:x}", addr);
log::error!("/!\\ setting rip to non mapped addr 0x{:x}", addr);
self.exception();
return false;
}
Expand Down

0 comments on commit 1002d8f

Please sign in to comment.