Re: [PATCH 8/9] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods

2020-12-04 Thread Richard Henderson
On 12/2/20 12:44 PM, Philippe Mathieu-Daudé wrote: > The gen_msa*() methods don't use the "CPUMIPSState *env" > argument. Remove it to simplify. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate.c | 57 - > 1 file changed, 28 insertio

[PATCH 8/9] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods

2020-12-02 Thread Philippe Mathieu-Daudé
The gen_msa*() methods don't use the "CPUMIPSState *env" argument. Remove it to simplify. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.c | 57 - 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/target/mips/translate.c b/ta