diff options
author | Peter Wemm <peter@FreeBSD.org> | 2008-11-02 01:10:54 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2008-11-02 01:10:54 +0000 |
commit | 5d053f461caeb73f6de165aa1e07b2003101605c (patch) | |
tree | 2cb2d6465da97e37710c7dadb37e63548e7e9c94 /lib/libc/amd64/sys/getcontext.S | |
parent | 2db63c5e38023e4036182785407adaec142db234 (diff) |
Notes
Diffstat (limited to 'lib/libc/amd64/sys/getcontext.S')
-rw-r--r-- | lib/libc/amd64/sys/getcontext.S | 1 |
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) |