diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-09-09 09:58:05 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-09-09 09:58:05 +0000 |
| commit | 909bce6f2b55a6eb3e780a653f0300d82f87e77a (patch) | |
| tree | 6e5ded8d7ac09a97f00e2e3693496f30c4ded620 | |
| parent | 4fe421d5f93d3b11e248bfb6b6196d110dff3a24 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/i386/machdep.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 939e2289b29e..93580f98a5b1 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -575,6 +575,7 @@ sendsig(catcher, sig, mask, code) sf.sf_siginfo.si_sc.sc_ss = regs->tf_ss; sf.sf_siginfo.si_sc.sc_es = regs->tf_es; sf.sf_siginfo.si_sc.sc_fs = regs->tf_fs; + sf.sf_siginfo.si_sc.sc_gs = rgs(); sf.sf_siginfo.si_sc.sc_isp = regs->tf_isp; /* diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 939e2289b29e..93580f98a5b1 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -575,6 +575,7 @@ sendsig(catcher, sig, mask, code) sf.sf_siginfo.si_sc.sc_ss = regs->tf_ss; sf.sf_siginfo.si_sc.sc_es = regs->tf_es; sf.sf_siginfo.si_sc.sc_fs = regs->tf_fs; + sf.sf_siginfo.si_sc.sc_gs = rgs(); sf.sf_siginfo.si_sc.sc_isp = regs->tf_isp; /* |
