Add casts so all these quantities are a constant type.

This commit is contained in:
obrien 2004-06-24 02:24:39 +00:00
parent 7be7405478
commit fc16e4b6bc

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