Fix the ia64 build.
Pointy hat to: me
This commit is contained in:
parent
2261a4056e
commit
d4425a31a5
@ -1381,7 +1381,7 @@ exec_setregs(struct thread *td, struct image_params *imgp, u_long stack)
|
||||
* Assumes that (bspstore & 0x1f8) < 0x1e0.
|
||||
*/
|
||||
suword((caddr_t)tf->tf_special.bspstore - 24, stack);
|
||||
suword((caddr_t)tf->tf_special.bspstore - 16, ps_strings);
|
||||
suword((caddr_t)tf->tf_special.bspstore - 16, imgp->ps_strings);
|
||||
suword((caddr_t)tf->tf_special.bspstore - 8, 0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user