summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/pcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/pcb.c b/i386/i386/pcb.c
index a5efb9a8..fb535709 100644
--- a/i386/i386/pcb.c
+++ b/i386/i386/pcb.c
@@ -873,7 +873,7 @@ kern_return_t thread_getstatus(
state = (struct i386_fsgs_base_state *) tstate;
state->fs_base = thread->pcb->iss.fsbase;
- state->fs_base = thread->pcb->iss.gsbase;
+ state->gs_base = thread->pcb->iss.gsbase;
*count = i386_FSGS_BASE_STATE_COUNT;
break;
}