mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Fix inverted #ifdef that I added. Who had the pointy hat last?
Submitted by: kan
This commit is contained in:
parent
05af0310f2
commit
37771efde6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138494
@ -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