Skip to content

Commit 5f6bce5

Browse files
committed
no longer relevant
1 parent 67e0bd3 commit 5f6bce5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ bool ABISysV_arm64::PrepareTrivialCall(Thread &thread, addr_t sp,
145145
if (args.size() > 8)
146146
return false;
147147

148-
// Do this first, as it's got the most chance of failing (though still very
149-
// low).
150148
if (GetProcessSP()->GetTarget().GetArchitecture().GetTriple().isOSLinux()) {
151149
Status err = PushToLinuxGuardedControlStack(return_addr, reg_ctx, thread);
152150
// If we could not manage the GCS, the expression will certainly fail,

0 commit comments

Comments
 (0)