commit | 25acc3f279d215250d0628e592ed7557a88aa3a7 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Apr 08 05:37:03 2023 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Apr 10 08:29:24 2023 -0700 |
tree | 62f8bab4c857170591af257e01919b98df35633e | |
parent | 7d9e1ee424b06a43708be02474e6714962cfee92 [diff] |
tcg/mips: Fix TCG_TARGET_CALL_RET_I128 for o32 abi The return is by reference, not in 4 integer registers. This error resulted in qemu-system-i386: tcg/mips/tcg-target.c.inc:140: \ tcg_target_call_oarg_reg: Assertion `slot >= 0 && slot <= 1' failed. Fixes: 5427a9a7604 ("tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128") Signed-off-by: Richard Henderson <richard.henderson@linaro.org>