mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
sgi: fix botched conversion to stacks below Proc.
This commit is contained in:
parent
a0c7560782
commit
f0ac2d0176
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ waskernel:
|
|||
wasuser: /* get kernel stack for this user process */
|
||||
GETMACH (SP)
|
||||
MOVW 8(SP), SP /* m->proc */
|
||||
SUBU $(UREGSIZE), SP
|
||||
|
||||
dosave:
|
||||
MOVW R31, 0x28(SP)
|
||||
|
|
Loading…
Reference in a new issue