Skip to content

Commit

Permalink
ln
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Jan 23, 2025
1 parent 688c284 commit d868243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wtf/kvm_backend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ bool KvmBackend_t::OnExitDebug(struct kvm_debug_exit_arch &Debug) {
//

if (LastBreakpointGpa_) {
KvmDebugPrint("Resetting breakpoint @ {:#x}", *LastBreakpointGpa_);
KvmDebugPrint("Resetting breakpoint @ {:#x}\n", *LastBreakpointGpa_);

//
// Remember if we get there, it is because we hit a breakpoint, turned on
Expand Down

0 comments on commit d868243

Please sign in to comment.