diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-30 21:51:56 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-30 21:51:56 -0700 |
commit | 57dbdb9f07fb20d5dd765c5dc91e31cb67d08b7e (patch) | |
tree | 34ef8e191e43b3575bd1d8a6772b64a0811cc6a3 | |
parent | da97dfdcfa0ecbbf2d455c54a08bb9223ce1fc18 (diff) | |
download | glibc-57dbdb9f07fb20d5dd765c5dc91e31cb67d08b7e.tar glibc-57dbdb9f07fb20d5dd765c5dc91e31cb67d08b7e.tar.gz glibc-57dbdb9f07fb20d5dd765c5dc91e31cb67d08b7e.tar.bz2 glibc-57dbdb9f07fb20d5dd765c5dc91e31cb67d08b7e.zip |
Whitespace cleanup.
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S b/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S index 02c401c236..b07e972468 100644 --- a/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S +++ b/sysdeps/unix/sysv/linux/i386/____longjmp_chk.S @@ -93,7 +93,7 @@ ENTRY (____longjmp_chk) cmpl %esp, %edi jnbe .Lcheck - /* Restore registers. */ + /* Restore registers. */ .Lout: movl (JB_BX*4)(%ecx), %ebx movl (JB_SI*4)(%ecx), %esi movl (JB_DI*4)(%ecx), %edi @@ -104,7 +104,7 @@ ENTRY (____longjmp_chk) cfi_restore(%ebp) /* Jump to saved PC. */ - jmp *%edx + jmp *%edx cfi_def_cfa(%ecx, 0) cfi_register(%eip, %edx) |