diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-21 03:59:07 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-04-21 03:59:07 +0000 |
| commit | 6c2a22923c06338ee10efe74d3a86e700d44c83d (patch) | |
| tree | f97c2ab56341d4b9af97ee4e2103388a7a95e2e1 /lib/libpthread | |
| parent | 96524a52b6dea58a9f48dd99196fabf4bfd993b0 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/arch/i386/i386/thr_switch.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/arch/i386/i386/thr_switch.S b/lib/libpthread/arch/i386/i386/thr_switch.S index 27881dda24f8..4438b90a5a23 100644 --- a/lib/libpthread/arch/i386/i386/thr_switch.S +++ b/lib/libpthread/arch/i386/i386/thr_switch.S @@ -106,6 +106,6 @@ ENTRY(_thread_switch) movl %ebx,(%ecx) popl %ecx /* %ecx off stack */ popl %ebx /* %ebx off stack */ - popf /* flags off stack */ + popfl /* flags off stack */ 5: ret /* %eip off stack */ |
