mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
x86: Fixup some nits in longjmp asm implementation
Replace a stray `nop` with a `.p2align` directive.
This commit is contained in:
parent
48ef5aeb1b
commit
b96a2eba2f
@ -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); \
|
||||
|
Loading…
Reference in New Issue
Block a user