diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-09-04 00:31:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-09-04 00:31:45 +0000 |
| commit | eda60a161349c4575fb5802534c68040e148e2b2 (patch) | |
| tree | 12abe827c4820a9054045ac2d3b62028e65d68ed /lib/libc | |
| parent | 294b146f2a48d9c29fcd1db723bc8d3218b0bcd7 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/amd64/sys/getcontext.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/sys/getcontext.S b/lib/libc/amd64/sys/getcontext.S index a0a77c0e4a1e..9fa95fa09b18 100644 --- a/lib/libc/amd64/sys/getcontext.S +++ b/lib/libc/amd64/sys/getcontext.S @@ -43,7 +43,7 @@ ENTRY(__sys_getcontext) mov $SYS_getcontext,%rax KERNCALL jb 1f - addl $8,%rsp /* remove stale (setcontext) return address */ + addq $8,%rsp /* remove stale (setcontext) return address */ jmp *%rsi /* restore return address */ 1: #ifdef PIC |
