mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue