diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-11-29 14:25:43 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-11-29 14:25:43 +0000 |
| commit | 508f442784dfe720871827063aeeb6c971a1c51f (patch) | |
| tree | 476ba1628bdf10c88262571f11cd6005d3142ad6 /lib/libpthread/arch | |
| parent | 170422c2ef6a210a6e29b278d1ac9be50cdacb7c (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/arch')
| -rw-r--r-- | lib/libpthread/arch/i386/i386/thr_enter_uts.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/arch/i386/i386/thr_enter_uts.S b/lib/libpthread/arch/i386/i386/thr_enter_uts.S index 526fc9ecf3c8..bf6df8f5c60b 100644 --- a/lib/libpthread/arch/i386/i386/thr_enter_uts.S +++ b/lib/libpthread/arch/i386/i386/thr_enter_uts.S @@ -40,6 +40,5 @@ ENTRY(_i386_enter_uts) addl 16(%edx), %eax /* add length */ movl %eax, %esp /* switch to uts stack */ pushl 4(%edx) /* push the address of the mailbox */ - pushl 8(%edx) /* .. the uts can return to itself */ - pushl 8(%edx) /* .. the uts can return to itself */ + call *8(%edx) ret |
