summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 09:58:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 09:58:04 +0000
commitce1ce8c09acfd3dd1d7b36dafeb176fdf28f121a (patch)
tree3bdfc61733fc590242cb98aa41fb417820bdad18 /lib/libc
parent3d8e974f65091ba1b4c4129e08c2c3f64522417f (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/i386/gen/alloca.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/gen/alloca.S b/lib/libc/i386/gen/alloca.S
index 4aa0e321b9e7..76108fe7f845 100644
--- a/lib/libc/i386/gen/alloca.S
+++ b/lib/libc/i386/gen/alloca.S
@@ -57,4 +57,4 @@ ENTRY(alloca)
pushl 4(%ecx)
pushl 0(%ecx)
pushl %eax /* dummy to pop at callsite */
- jmp %edx /* "return" */
+ jmp *%edx /* "return" */