summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen/alloca.S
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-11-28 22:59:14 +0000
committerjhb <jhb@FreeBSD.org>2000-11-28 22:59:14 +0000
commit09e0dbdcd9bc82c9f8cf86886ceea3e8c4d460d3 (patch)
treeb9499f26f087d267469dc4daa2e2032f24b1d3df /lib/libc/i386/gen/alloca.S
parentd36784b7165269287fb8955cdc9b4e22278590d4 (diff)
downloadFreeBSD-src-09e0dbdcd9bc82c9f8cf86886ceea3e8c4d460d3.zip
FreeBSD-src-09e0dbdcd9bc82c9f8cf86886ceea3e8c4d460d3.tar.gz
Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.x
happy.
Diffstat (limited to 'lib/libc/i386/gen/alloca.S')
-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 4aa0e32..76108fe 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" */
OpenPOWER on IntegriCloud