diff options
Diffstat (limited to 'sys/kern/subr_trap.c')
-rw-r--r-- | sys/kern/subr_trap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 820ffca..b418c04 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -1289,6 +1289,7 @@ ast(framep) } sticks = p->p_sticks; + p->p_md.md_regs = framep; astoff(p); cnt.v_soft++; |