Fix a bug where the wrong number of windows were copied for a failed fill

on return to user mode.  We may not have frame pointers setup for more
than 1 on return from exec.
This commit is contained in:
jake 2002-03-13 04:02:27 +00:00
parent bfa19e6a1a
commit ddffcffd5c
2 changed files with 2 additions and 2 deletions

View File

@ -2642,7 +2642,7 @@ tl0_ret_fill_end:
mov %o1, PCPU_REG
wrpr %g0, PSTATE_KERNEL, %pstate
b %xcc, .Ltl0_trap_reenter
mov T_FILL, %o0
mov T_FILL_RET, %o0
END(tl0_ret)
/*

View File

@ -2642,7 +2642,7 @@ tl0_ret_fill_end:
mov %o1, PCPU_REG
wrpr %g0, PSTATE_KERNEL, %pstate
b %xcc, .Ltl0_trap_reenter
mov T_FILL, %o0
mov T_FILL_RET, %o0
END(tl0_ret)
/*