x86: Fixup some nits in longjmp asm implementation

Replace a stray `nop` with a `.p2align` directive.
This commit is contained in:
Noah Goldstein 2024-01-05 14:00:30 -08:00
parent 48ef5aeb1b
commit b96a2eba2f

View File

@ -57,8 +57,8 @@ longjmp_msg:
cfi_def_cfa_offset(16); \
LOAD_MSG; \
call HIDDEN_JUMPTARGET(__fortify_fail); \
nop; \
cfi_restore_state; \
.p2align 3, 5; \
.Lok2: \
movq %r10, %rdi; \
cfi_restore (%rdi); \