Add casts so all these quantities are a constant type.

This commit is contained in:
David E. O'Brien 2004-06-24 02:24:39 +00:00
parent 328213dac1
commit 13a0a973c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131014

View file

@ -192,7 +192,7 @@ exec_linux_imgact(struct image_params *imgp)
#ifdef DEBUG
printf("imgact: startaddr=%08lx, length=%08lx\n",
(u_long)vmaddr, a_out->a_text + a_out->a_data);
(u_long)vmaddr, (u_long)a_out->a_text + (u_long)a_out->a_data);
#endif
/*
* allow read/write of data