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

Submitted by:  kan
This commit is contained in:
peter 2004-12-06 20:41:09 +00:00
parent e6c6f2ab9a
commit 5d3a1b43b0

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