summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386/brk.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/brk.S')
-rw-r--r--sysdeps/unix/sysv/linux/i386/brk.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/brk.S b/sysdeps/unix/sysv/linux/i386/brk.S
index 2a9a2bcd24..754ec5ef09 100644
--- a/sysdeps/unix/sysv/linux/i386/brk.S
+++ b/sysdeps/unix/sysv/linux/i386/brk.S
@@ -42,7 +42,7 @@ ENTRY (__brk)
movl %edx, %ebx
cmpl 4(%esp), %eax
- jne JUMPTARGET(syscall_error)
+ jne syscall_error
#ifdef PIC
/* Standard PIC nonsense to store into `__curbrk' through the GOT. */