mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add casts so all these quantities are a constant type.
This commit is contained in:
parent
328213dac1
commit
13a0a973c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131014
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user