]> git.proxmox.com Git - qemu.git/commit
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)
commit053ebb2726c17af6133cfcc8de2193121a107eb5
tree93bee68f7b2c436408a20a4ab1cb70e752664eac
parent8f04eeb3c094bf370f131e50b7e3da85d08d518f
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