Fix inverted #ifdef that I added. Who had the pointy hat last?
Submitted by: kan
This commit is contained in:
parent
b4ca91ef68
commit
90de4caa54
@ -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…
Reference in New Issue
Block a user