diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2009-05-25 14:37:10 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2009-05-25 14:37:10 +0000 |
| commit | 9235ed71993ec615fd4675e2b0e37afc1c346f48 (patch) | |
| tree | 24ca73670f3ea12fd920051e3a590fb895db2b52 /lib/libstand | |
| parent | 5265bc60138160bd8ac706a89335a79167e5d4b4 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/i386/_setjmp.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libstand/i386/_setjmp.S b/lib/libstand/i386/_setjmp.S index 84df89e891c1..cc9de5cdb88e 100644 --- a/lib/libstand/i386/_setjmp.S +++ b/lib/libstand/i386/_setjmp.S @@ -58,6 +58,7 @@ ENTRY(_setjmp) movl %edi,20(%eax) xorl %eax,%eax ret +END(_setjmp) ENTRY(_longjmp) movl 4(%esp),%edx @@ -73,3 +74,4 @@ ENTRY(_longjmp) incl %eax 1: movl %ecx,0(%esp) ret +END(_longjmp) |
