Skip to content

Commit 55d1063

Browse files
Update lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 7a456e9 commit 55d1063

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)