diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-07-30 06:38:35 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-07-30 06:38:35 +0000 |
| commit | c9085788f61c00523a28056e0acdc3df7cdfeae5 (patch) | |
| tree | 4cee034943c6cec72f60b0b6219a5cba1496f247 /sys/alpha | |
| parent | 2cd199ce21a27e314cdf2b565d422c7468a6fb5b (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 64148f984787..931e24e11848 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -2021,6 +2021,7 @@ get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) if (clear_ret != 0) { mcp->mc_regs[FRAME_V0] = 0; mcp->mc_regs[FRAME_A4] = 0; + mcp->mc_regs[FRAME_A3] = 0; } /* |
