fread_targphys(): Do not cut off the tail.
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 9 Mar 2009 18:08:56 +0000 (18:08 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 9 Mar 2009 18:08:56 +0000 (18:08 +0000)
commit1debf6fdf2f03009ff45fe20d2f27352ba288056
tree33c858b12384a82ab510b66591ea10ed336a481e
parent57b8ff6054818b6b03df8bf737d06c420e8c16ea
fread_targphys(): Do not cut off the tail.

loader.c:fread_targphys() read file by 4096 byte chunks and store them to
memory. But did not store the last chunk if its size was not 4096.

Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6792 c046a42c-6fe2-441c-8c8c-71466251a162
loader.c