Skip to content

Commit f01257d

Browse files
author
git apple-llvm automerger
committed
Merge commit '8370b43de0e5' from swift/release/6.1 into stable/20240723
2 parents a4ded1c + 8370b43 commit f01257d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/RegisterContextUnwind.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ RegisterContextUnwind::SavedLocationForRegister(
14021402
// it's still live in the actual register. Handle this specially.
14031403

14041404
if (!have_unwindplan_regloc && return_address_reg.IsValid() &&
1405-
BehavesLikeZerothFrame()) {
1405+
IsFrameZero()) {
14061406
if (return_address_reg.GetAsKind(eRegisterKindLLDB) !=
14071407
LLDB_INVALID_REGNUM) {
14081408
lldb_private::UnwindLLDB::ConcreteRegisterLocation new_regloc;

0 commit comments

Comments
 (0)