commit | 82f05b69e6b701157b4a2e7d76ae6cf5542d66c9 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Jul 06 17:39:48 2013 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Tue Jul 23 17:28:28 2013 +0300 |
tree | 3ed5cc4c5d349608f3aaa7ff3bc32a0675962726 | |
parent | c7819dfbd22be6a3711f11056f33300e881563d5 [diff] |
linux-user: Fix pipe syscall return for SPARC SPARC is one of the CPUs which has a funny syscall ABI for the pipe syscall; add it to the set of special cases in do_pipe(). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>