target-mips: fix mft* helpers/call
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Nov 2008 11:34:39 +0000 (11:34 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Nov 2008 11:34:39 +0000 (11:34 +0000)
commit8cd0497b974c3e796e61deb0dac36b050fa52fb4
tree1b509ef01c326b17a40e3fefd2f6ba99062d1838
parente38a60e91ec92e57f1fce07437cdd33d49fcb287
target-mips: fix mft* helpers/call

This patch attempts to fix mft* helpers and the associated TCG calls.
mft* helpers do not take a register in argument, however:
- some helpers are called with an argument while they do not take one.
- some helpers are declared with an argument they don't use.

Acked-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5674 c046a42c-6fe2-441c-8c8c-71466251a162
target-mips/helper.h
target-mips/op_helper.c
target-mips/translate.c