Skip to content

Commit 67a2c09

Browse files
committed
update comment
1 parent 8bccf5f commit 67a2c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ uint32_t NativeRegisterContextDBReg_arm::MakeBreakControlValue(size_t size) {
8484
case 4:
8585
return (0xfu << 5) | 7;
8686
default:
87-
// We assume that AdjustBreakpoint would have caught this earlier.
87+
// ValidateBreakpoint would have rejected this earlier.
8888
llvm_unreachable("Invalid breakpoint size.");
8989
}
9090
}

0 commit comments

Comments
 (0)