Fix inverted #ifdef that I added. Who had the pointy hat last?

Submitted by:  kan
This commit is contained in:
Peter Wemm 2004-12-06 20:41:09 +00:00
parent 05af0310f2
commit 37771efde6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138494

View File

@ -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);