Merged from sys/i386/i386/machdep.c revision 1.450.

This commit is contained in:
kato 2001-05-15 08:32:01 +00:00
parent d197fc2a1d
commit 0877e37ec1
2 changed files with 2 additions and 0 deletions

View File

@ -757,6 +757,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;
}

View File

@ -757,6 +757,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;
}