aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-05-12 22:54:53 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-05-12 22:54:53 +0000
commit10c90bba3b4d74f7638c4af8d06278d8bb96bd13 (patch)
tree55f6af60296a5c779a2cf0513be0d7b1fc0e6b9c /sys/amd64
parente0ce2384ac7778d6f21f5baf1766d96be10a7a9e (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index a9bf55bc4f95..9a5148b48480 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -744,6 +744,7 @@ sendsig(catcher, sig, mask, code)
regs->tf_cs = _ucodesel;
regs->tf_ds = _udatasel;
regs->tf_es = _udatasel;
+ regs->tf_fs = _udatasel;
regs->tf_ss = _udatasel;
}