Skip to content

Commit 0d51d68

Browse files
committed
Fix typeo.
1 parent 9d2069a commit 0d51d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ StopInfoSP StopInfoMachException::CreateStopReasonWithMachException(
734734
// or not. Clear this in the Tread object so we step past it on resume.
735735
thread.SetThreadHitBreakpointSite();
736736

737-
if (bp_site_sp->ValidForThisThread(thread) {
737+
if (bp_site_sp->ValidForThisThread(thread)) {
738738
// Update the PC if we were asked to do so, but only do so if we find
739739
// a breakpoint that we know about because this could be a trap
740740
// instruction in the code.

0 commit comments

Comments
 (0)