Fix byte count when doing unaligned memory read, fix issue #127
authorNicolas Schodet <nico@ni.fr.eu.org>
Tue, 12 Feb 2013 18:38:46 +0000 (19:38 +0100)
committerNicolas Schodet <nico@ni.fr.eu.org>
Tue, 12 Feb 2013 18:38:46 +0000 (19:38 +0100)
commit44445dd7b0f557bb9ff2fe22e0da17b03560c673
treeeda807023f7e71f4f32608fa563d84d6244e38be
parent4cfc1f61e904b68ec6623a24ed01a498006291b6
Fix byte count when doing unaligned memory read, fix issue #127

 - when start is adjusted, count should also be adjusted,
 - then, count is rounded to the next multiple of word size.
gdbserver/gdb-server.c