diff options
| author | David Xu <davidxu@FreeBSD.org> | 2004-07-31 01:53:21 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2004-07-31 01:53:21 +0000 |
| commit | df6978352ad97432fb74645e21e2993baa607033 (patch) | |
| tree | 38985cff8e6211a6d8aea0c0003cc65a5d5e38dd /lib/libpthread/arch | |
| parent | d3c6a920f1aaafdab6708ef32923afc88f0292e9 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/arch')
| -rw-r--r-- | lib/libpthread/arch/amd64/amd64/enter_uts.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/amd64/amd64/enter_uts.S b/lib/libpthread/arch/amd64/amd64/enter_uts.S index 7f9a88d163c4..fb0df8725785 100644 --- a/lib/libpthread/arch/amd64/amd64/enter_uts.S +++ b/lib/libpthread/arch/amd64/amd64/enter_uts.S @@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$"); ENTRY(_amd64_enter_uts) addq %rcx, %rdx /* get stack base */ andq $~0xf, %rdx /* align to 16 bytes */ - subq $8, %rdx /* simulate "call" alignment */ movq %rdx, %rsp /* switch to UTS stack */ movq %rdx, %rbp /* set frame */ - jmpq *%rsi + callq *%rsi + ret |
