qemu-patch-raspberry4/target-sparc
Stefan Weil f37e2a6bb3 target-sparc: Fix order of function parameters
The MinGW-w64 gcc complains about wrong parameters for
gen_helper_fpadd16_s and three other functions.

gen_helper_fpadd16_s is declared like this (hidden in lots of macros):

static inline void
 gen_helper_fpadd16s(TCGv_i32 retval, TCGv_ptr arg1,
                     TCGv_i32 arg2, TCGv_i32 arg3);

So it looks like cpu_env should be the 2nd parameter.

Please review this patch as I have no environment to test it
(maybe the 1st parameter should be cpu_dst?).

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-10-25 19:30:00 +00:00
..
cc_helper.c Sparc: avoid AREG0 for lazy condition code helpers 2011-10-23 15:09:37 +00:00
cpu.h Sparc: split CWP and PSTATE op helpers 2011-10-23 15:10:18 +00:00
cpu_init.c Sparc: split helper.c 2011-10-23 15:07:52 +00:00
fop_helper.c Sparc: avoid AREG0 for float and VIS ops 2011-10-23 15:09:13 +00:00
helper.c Sparc: avoid AREG0 for raise_exception and helper_debug 2011-10-23 15:08:22 +00:00
helper.h Sparc: avoid AREG0 for lazy condition code helpers 2011-10-23 15:09:37 +00:00
int32_helper.c Sparc: split helper.c 2011-10-23 15:07:52 +00:00
int64_helper.c Sparc: move trivial functions from op_helper.c 2011-10-23 15:08:10 +00:00
machine.c Remove exec-all.h include directives 2011-06-26 18:25:35 +00:00
op_helper.c Sparc: split CWP and PSTATE op helpers 2011-10-23 15:10:18 +00:00
TODO Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
translate.c target-sparc: Fix order of function parameters 2011-10-25 19:30:00 +00:00
vis_helper.c Sparc: avoid AREG0 for float and VIS ops 2011-10-23 15:09:13 +00:00
win_helper.c Sparc: split CWP and PSTATE op helpers 2011-10-23 15:10:18 +00:00