summaryrefslogtreecommitdiff
path: root/sysdeps/i386/bsd-_setjmp.S
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-07-23 00:53:42 +0000
committerRoland McGrath <roland@gnu.org>1995-07-23 00:53:42 +0000
commit680469021c02fbc12faa3909571e064c9789d525 (patch)
treef77147a82277fbc2f1f0e2a10a8cdba95d1b6c25 /sysdeps/i386/bsd-_setjmp.S
parent9c9022dd4fdce5d4e13600c1a9a1cca0768c3285 (diff)
Use JUMPTARGET macro in jmp insn.
Diffstat (limited to 'sysdeps/i386/bsd-_setjmp.S')
-rw-r--r--sysdeps/i386/bsd-_setjmp.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/i386/bsd-_setjmp.S b/sysdeps/i386/bsd-_setjmp.S
index bbfddec565..a606550f2e 100644
--- a/sysdeps/i386/bsd-_setjmp.S
+++ b/sysdeps/i386/bsd-_setjmp.S
@@ -29,4 +29,5 @@ ENTRY (_setjmp)
pushl $0 /* Push second argument of zero. */
pushl %ecx /* Push back first argument. */
pushl %eax /* Push back return PC. */
- jmp C_SYMBOL_NAME (__sigsetjmp)
+ jmp JUMPTARGET (C_SYMBOL_NAME (__sigsetjmp))
+