summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/sys/getcontext.S
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2008-11-02 01:10:54 +0000
committerPeter Wemm <peter@FreeBSD.org>2008-11-02 01:10:54 +0000
commit5d053f461caeb73f6de165aa1e07b2003101605c (patch)
tree2cb2d6465da97e37710c7dadb37e63548e7e9c94 /lib/libc/amd64/sys/getcontext.S
parent2db63c5e38023e4036182785407adaec142db234 (diff)
Notes
Diffstat (limited to 'lib/libc/amd64/sys/getcontext.S')
-rw-r--r--lib/libc/amd64/sys/getcontext.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/amd64/sys/getcontext.S b/lib/libc/amd64/sys/getcontext.S
index 9fa95fa09b18b..08a64933e0403 100644
--- a/lib/libc/amd64/sys/getcontext.S
+++ b/lib/libc/amd64/sys/getcontext.S
@@ -52,3 +52,4 @@ ENTRY(__sys_getcontext)
#else
jmp HIDENAME(cerror)
#endif
+END(__sys_getcontext)