Skip to content

Commit a5944b7

Browse files
committed
formatting
1 parent 2d61475 commit a5944b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,9 +1030,9 @@ DynamicLoaderDarwin::GetStepThroughTrampolinePlan(Thread &thread,
10301030
thread, load_addrs, stop_others);
10311031
}
10321032
// One more case we have to consider is "branch islands". These are regular
1033-
// TEXT symbols but their names end in .island plus maybe a .digit suffix.
1034-
// They are to allow arm64 code to branch further than the size of the
1035-
// address slot allows. We just need to single-instruction step in that
1033+
// TEXT symbols but their names end in .island plus maybe a .digit suffix.
1034+
// They are to allow arm64 code to branch further than the size of the
1035+
// address slot allows. We just need to single-instruction step in that
10361036
// case.
10371037
static const char *g_branch_island_pattern = "\\.island\\.?[0-9]*$";
10381038
static RegularExpression g_branch_island_regex(g_branch_island_pattern);

0 commit comments

Comments
 (0)