summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-05-10 01:21:15 +0000
committerobrien <obrien@FreeBSD.org>2000-05-10 01:21:15 +0000
commit5840ec82fcfbe54eec6513ea52cc0c6b30620f5c (patch)
treea5c9fa49fdf7fbda2f25cb9460fd58ebbf08dac7 /sys/i386/svr4
parentece3c597fa7b4279d49116c3f805841e765c6a32 (diff)
downloadFreeBSD-src-5840ec82fcfbe54eec6513ea52cc0c6b30620f5c.zip
FreeBSD-src-5840ec82fcfbe54eec6513ea52cc0c6b30620f5c.tar.gz
AT&T asm syntax requires a leading '*' in front of the operand for indirect
calls and jumps.
Diffstat (limited to 'sys/i386/svr4')
-rw-r--r--sys/i386/svr4/svr4_locore.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/svr4/svr4_locore.s b/sys/i386/svr4/svr4_locore.s
index 828be36..a16191c 100644
--- a/sys/i386/svr4/svr4_locore.s
+++ b/sys/i386/svr4/svr4_locore.s
@@ -6,7 +6,7 @@
/* $FreeBSD$ */
NON_GPROF_ENTRY(svr4_sigcode)
- call SVR4_SIGF_HANDLER(%esp)
+ call *SVR4_SIGF_HANDLER(%esp)
leal SVR4_SIGF_UC(%esp),%eax # ucp (the call may have clobbered the
# copy at SIGF_UCP(%esp))
#ifdef VM86
OpenPOWER on IntegriCloud