Use correct context to switch to.

This commit is contained in:
petrov 2003-08-25 22:48:24 +00:00
parent d3ab92da6d
commit c139cd4893
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pthread_switch.S,v 1.4 2003/06/26 01:45:33 nathanw Exp $ */
/* $NetBSD: pthread_switch.S,v 1.5 2003/08/25 22:48:24 petrov Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -195,7 +195,7 @@ ENTRY(pthread__upcall_switch)
/* No new-upcall-preemption */
2:
call _C_LABEL(_setcontext_u)
ldx [%i1 + PT_UC], %o0
mov %l2, %o0
NOTREACHED