summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-22 09:17:14 +0000
committerpeter <peter@FreeBSD.org>2001-10-22 09:17:14 +0000
commitf180e2941a9bf93a470b3c730053db8901a09898 (patch)
tree8065eca579745660c494c31ff1b798b082431a3d /lib/libc
parent49958ebd30c5a6464ac8d9f0796fe23223ae157d (diff)
downloadFreeBSD-src-f180e2941a9bf93a470b3c730053db8901a09898.zip
FreeBSD-src-f180e2941a9bf93a470b3c730053db8901a09898.tar.gz
Fix WAW dependency. p6 is written in the syscall epilogue.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/ia64/sys/Ovfork.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/ia64/sys/Ovfork.S b/lib/libc/ia64/sys/Ovfork.S
index 23ebccb..1e39ef7 100644
--- a/lib/libc/ia64/sys/Ovfork.S
+++ b/lib/libc/ia64/sys/Ovfork.S
@@ -28,6 +28,7 @@
#include "SYS.h"
SYSCALL(vfork)
+ ;;
cmp.ne p6,p0=ret1,r0 /* ret1!=0 for child */
;;
(p6) mov ret0=r0
OpenPOWER on IntegriCloud