Skip to content

Commit 962dfe9

Browse files
committed
Fixups
1 parent 33dc84e commit 962dfe9

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
@@ -217,10 +217,10 @@ unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor,
217217
// See:
218218
// https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst#exceptions
219219
if (__arm_za_disable) {
220-
// FIXME: Is SME is available and `__arm_za_disable` is not, this should
221-
// abort.
222220
__arm_za_disable();
223221
} else {
222+
// FIXME: If SME is available and `__arm_za_disable` is not, this should
223+
// abort.
224224
_LIBUNWIND_DEBUG_LOG("failed to call __arm_za_disable in %s", __FUNCTION__);
225225
}
226226
#endif

0 commit comments

Comments
 (0)