Skip to content

Commit 3984605

Browse files
committed
Fixups
1 parent f7ae58c commit 3984605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libunwind/src/UnwindLevel1.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor,
233233
// See:
234234
// https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst#exceptions
235235
if (__arm_za_disable) {
236-
// FIXME: Is SME is available and `__arm_za_disable` is not, this should
237-
// abort.
238236
__arm_za_disable();
239237
} else {
238+
// FIXME: If SME is available and `__arm_za_disable` is not, this should
239+
// abort.
240240
_LIBUNWIND_DEBUG_LOG("failed to call __arm_za_disable in %s", __FUNCTION__);
241241
}
242242
#endif

0 commit comments

Comments
 (0)