commit | 95c1eb19eab9d57035e05a02f7184b63c1da9775 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 29 11:31:49 2013 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jul 29 19:56:52 2013 -0500 |
tree | 9c30812ad12712c2768b0d2adfc6fecb6491d793 | |
parent | 978fae9f1ac47e22890a1bd9ebf5fa46fe8b6ef7 [diff] |
linux-user: Return success from m68k set_thread_area syscall The m68k set_thread_area syscall implementation failed to set the return value. Correctly set it zero, since this syscall will always succeed. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1375093909-13653-1-git-send-email-peter.maydell@linaro.org Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>