commit | f296c0d172735612cad8af5fafb8dedeaaa2a109 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sun Oct 14 09:52:27 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Oct 24 13:33:29 2012 +0100 |
tree | ecff5385dc5656c01b000bb14f6b35545c133ff6 | |
parent | a8170e5e97ad17ca169c64ba87ae2f53850dab4c [diff] |
arm-semi.c: Handle get/put_user() failure accessing arguments Rework the handling of arguments to ARM semihosting calls so that we handle a possible failure return from get_user_ual() or put_user_ual(). (This incidentally silences a lot of warnings from clang about "expression result unused"). Signed-off-by: Peter Maydell <peter.maydell@linaro.org>