Initialize res in get_next_pcs_read_memory_unsigned_integer
authorYao Qi <yao.qi@linaro.org>
Thu, 5 May 2016 08:00:56 +0000 (09:00 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 5 May 2016 08:00:56 +0000 (09:00 +0100)
commit9e78496443ec1525ee94c54249779639b4cded0b
tree3ff11173bcd4b7798e070a8626c22bf91a033964
parentcf2ebb6e0958c9193c7c65620cd7a8b990d8b316
Initialize res in get_next_pcs_read_memory_unsigned_integer

This patch initialize res to zero, otherwise, it may have some garbage
bits after the *the_target->read_memory call.

gdb/gdbserver:

2016-05-05  Yao Qi  <yao.qi@linaro.org>

* linux-arm-low.c (get_next_pcs_read_memory_unsigned_integer):
Initialize res to zero.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-arm-low.c
This page took 0.024839 seconds and 4 git commands to generate.