Skip to content

Commit 04acd04

Browse files
Update lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
Co-authored-by: Jonas Devlieghere <jonas@devlieghere.com>
1 parent 0296e9b commit 04acd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ InstrumentationBoundsSafetyStopInfo::
279279
}
280280
};
281281

282-
// Examine the register for the first argument
282+
// Examine the register for the first argument.
283283
auto *arg0_info = rc->GetRegisterInfo(
284284
lldb::RegisterKind::eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG1);
285285
if (!arg0_info) {

0 commit comments

Comments
 (0)