Re: [PATCH] tcg/arm: Fix tcg_out_op function signature

2021-06-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210610224450.23425-1-jzivi...@suse.de/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210610224450.23425-1-jzivi...@suse.de Subject: [PATCH] tcg/arm: Fix tcg_out_op function sig

Re: [PATCH] tcg/arm: Fix tcg_out_op function signature

2021-06-11 Thread Richard Henderson
On 6/10/21 3:44 PM, Jose R. Ziviani wrote: Commit 5e8892db93 fixed several function signatures but tcg_out_op for arm is missing. This patch fixes it as well. Signed-off-by: Jose R. Ziviani --- tcg/arm/tcg-target.c.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Thanks, queued.