mips: sigaltstack args
authorWesley W. Terpstra <terpstra@debian.org>
Tue, 12 Jul 2011 11:32:31 +0000 (14:32 +0300)
committerRiku Voipio <riku.voipio@linaro.org>
Tue, 12 Jul 2011 11:32:31 +0000 (14:32 +0300)
commit628694cd7a9fbe155b75ce8d4dddc9084e01928d
tree93bee68f7b2c436408a20a4ab1cb70e752664eac
parentfe6c85e8e49969f79a0e683c4e92941f1c9660f7
mips: sigaltstack args

The syscall sigaltstack takes two parameters, not zero. This patch
should have no impact as only values above 4 influence the runtime
behaviour. Nevertheless, it is wrong.

Signed-off-by: Wesley W. Terpstra <terpstra@debian.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/main.c