summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-09-04 00:26:40 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-09-04 00:26:40 +0000
commitc95f58c2f185e5d3d264f7dfd20f58879a5d8bf9 (patch)
treea3b9b248440efcd1aa78ca35495c3f0165ccc723
parent6046bc37e85f2705aa63ac577af3f4f56b7d375a (diff)
Notes
-rw-r--r--lib/libc/amd64/sys/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/sys/vfork.S b/lib/libc/amd64/sys/vfork.S
index fe9313e2d0c8..e49bca9b1ba8 100644
--- a/lib/libc/amd64/sys/vfork.S
+++ b/lib/libc/amd64/sys/vfork.S
@@ -58,5 +58,5 @@ ENTRY(__sys_vfork)
movq PIC_GOT(HIDENAME(cerror)),%rdx
jmp *%rdx
#else
- jmp HIDENAME(cerror)
+ jmp HIDENAME(cerror)
#endif