target: fix retval gaffe in mwX commands
authorØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 14 Jun 2010 07:30:37 +0000 (09:30 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Mon, 14 Jun 2010 07:30:37 +0000 (09:30 +0200)
commitaa2de47d3ce4d484c124f0449702f511aab49112
treeb4633b84bf2da225ae60db343656b8702ca07256
parentbac52fbac83f0d04fb51a2547e6ae76fff1ac1dc
target: fix retval gaffe in mwX commands

failure to write to memory was not propagated.

This is an interesting case of broken error handling:
with exceptions we wouldn't have had this at all,
and I also wonder if there is a GCC option to warn
about these kinds of potential bugs.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/target/target.c