commit | bee70008074570ef2c368aec80918c2494065247 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Nov 08 18:13:58 2010 +0000 |
committer | Riku Voipio <riku.voipio@nokia.com> | Fri Dec 03 15:09:38 2010 +0200 |
tree | 24d40c4a509bcf2f63282fe9b30c11a0703e18de | |
parent | 48e15fc2de29276f0c93482f5175b95e50557fbf [diff] |
linux-user: remove unnecessary local from __get_user(), __put_user() Remove an unnecessary local variable from the __get_user() and __put_user() macros. This avoids confusing compilation failures if the name of the local variable ('size') happens to be the same as the variable the macro user is trying to read/write. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@nokia.com>