mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix leading whitespaces.
This commit is contained in:
@@ -35,7 +35,7 @@ ENTRY (setjmp)
|
||||
|
||||
movl JMPBUF(%esp), %eax
|
||||
|
||||
/* Save registers. */
|
||||
/* Save registers. */
|
||||
movl %ebx, (JB_BX*4)(%eax)
|
||||
movl %esi, (JB_SI*4)(%eax)
|
||||
movl %edi, (JB_DI*4)(%eax)
|
||||
@@ -43,13 +43,13 @@ ENTRY (setjmp)
|
||||
#ifdef PTR_MANGLE
|
||||
PTR_MANGLE (%ecx)
|
||||
#endif
|
||||
movl %ecx, (JB_SP*4)(%eax)
|
||||
movl %ecx, (JB_SP*4)(%eax)
|
||||
movl 0(%esp), %ecx /* Save PC we are returning to now. */
|
||||
LIBC_PROBE (setjmp, 3, 4@%eax, -4@$1, 4@%ecx)
|
||||
#ifdef PTR_MANGLE
|
||||
PTR_MANGLE (%ecx)
|
||||
#endif
|
||||
movl %ecx, (JB_PC*4)(%eax)
|
||||
movl %ecx, (JB_PC*4)(%eax)
|
||||
movl %ebp, (JB_BP*4)(%eax) /* Save caller's frame pointer. */
|
||||
|
||||
/* Call __sigjmp_save. */
|
||||
|
||||
Reference in New Issue
Block a user