summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-03-26 00:53:13 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-03-26 00:53:13 +0000
commit7de0bbaff58d86b017574aeb560004a0cb65a6a2 (patch)
tree216e94df740def0bcb39eb31e6764b801111a1ab /sys/ia64
parenta581968be5f7063734bacce82a0bb55911da282d (diff)
downloadFreeBSD-src-7de0bbaff58d86b017574aeb560004a0cb65a6a2.zip
FreeBSD-src-7de0bbaff58d86b017574aeb560004a0cb65a6a2.tar.gz
Fix the ia64 build.
Pointy hat to: me
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 9f47a9a..c13adc3 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -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);
}
OpenPOWER on IntegriCloud