Fix inverted #ifdef that I added. Who had the pointy hat last?
Submitted by: kan
This commit is contained in:
parent
e6c6f2ab9a
commit
5d3a1b43b0
@ -74,7 +74,7 @@ _set_curthread(ucontext_t *uc, struct pthread *thr, int *err)
|
||||
*err = 0;
|
||||
|
||||
if (uc == NULL && thr->arch_id != NULL) {
|
||||
#ifndef COMPAT_32BIT
|
||||
#ifdef COMPAT_32BIT
|
||||
_amd64_set_gsbase(thr->arch_id);
|
||||
#endif
|
||||
return (thr->arch_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user