mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Whitespace cleanup.
This commit is contained in:
parent
da97dfdcfa
commit
57dbdb9f07
@ -93,7 +93,7 @@ ENTRY (____longjmp_chk)
|
|||||||
cmpl %esp, %edi
|
cmpl %esp, %edi
|
||||||
jnbe .Lcheck
|
jnbe .Lcheck
|
||||||
|
|
||||||
/* Restore registers. */
|
/* Restore registers. */
|
||||||
.Lout: movl (JB_BX*4)(%ecx), %ebx
|
.Lout: movl (JB_BX*4)(%ecx), %ebx
|
||||||
movl (JB_SI*4)(%ecx), %esi
|
movl (JB_SI*4)(%ecx), %esi
|
||||||
movl (JB_DI*4)(%ecx), %edi
|
movl (JB_DI*4)(%ecx), %edi
|
||||||
@ -104,7 +104,7 @@ ENTRY (____longjmp_chk)
|
|||||||
cfi_restore(%ebp)
|
cfi_restore(%ebp)
|
||||||
|
|
||||||
/* Jump to saved PC. */
|
/* Jump to saved PC. */
|
||||||
jmp *%edx
|
jmp *%edx
|
||||||
|
|
||||||
cfi_def_cfa(%ecx, 0)
|
cfi_def_cfa(%ecx, 0)
|
||||||
cfi_register(%eip, %edx)
|
cfi_register(%eip, %edx)
|
||||||
|
Loading…
Reference in New Issue
Block a user