From nobody Fri Apr 26 09:31:10 2024 Delivered-To: importer2@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1623365245593305.55516583288875; Thu, 10 Jun 2021 15:47:25 -0700 (PDT) Received: from localhost ([::1]:37346 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lrTSO-00081x-FM for importer2@patchew.org; Thu, 10 Jun 2021 18:47:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49248) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lrTRD-0007LE-OV; Thu, 10 Jun 2021 18:46:11 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:56964) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lrTRC-0005cb-7J; Thu, 10 Jun 2021 18:46:11 -0400 Received: from imap.suse.de (imap-alt.suse-dmz.suse.de [192.168.254.47]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id EC3101FD2F; Thu, 10 Jun 2021 22:46:06 +0000 (UTC) Received: from imap3-int (imap-alt.suse-dmz.suse.de [192.168.254.47]) by imap.suse.de (Postfix) with ESMTP id 205B6118DD; Thu, 10 Jun 2021 22:46:04 +0000 (UTC) Received: from director2.suse.de ([192.168.254.72]) by imap3-int with ESMTPSA id pHhfNCyWwmBKTAAALh3uQQ (envelope-from ); Thu, 10 Jun 2021 22:46:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1623365166; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wvxRMqfJIHGsgZmgszSQ7W5LLXajZs5jSF9Asi0/x34=; b=lQY/jdlcqmt59gCS+T4vZBfiJcgbN1dal2aKLsCSax0lzRWVbpnOZ2vUet09l+fC9BiafW lBiYba/TpuU1StZJAlVbH8C3oshyrRGm1XyJ5dO3kYYrRv36PuZDrSHThwp14SXUUQcZ6S GPYU+SUHJWq0sOP8lt5hXW2RhiHKe48= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1623365166; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wvxRMqfJIHGsgZmgszSQ7W5LLXajZs5jSF9Asi0/x34=; b=/8dXXoKT5NOKnfdz9kkszDJyRKEvFOf/ts/D3Kc99aDNralt8NQuYIf70sOuntn/Za50HT 98+0bUgTvxaKTPAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1623365166; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wvxRMqfJIHGsgZmgszSQ7W5LLXajZs5jSF9Asi0/x34=; b=lQY/jdlcqmt59gCS+T4vZBfiJcgbN1dal2aKLsCSax0lzRWVbpnOZ2vUet09l+fC9BiafW lBiYba/TpuU1StZJAlVbH8C3oshyrRGm1XyJ5dO3kYYrRv36PuZDrSHThwp14SXUUQcZ6S GPYU+SUHJWq0sOP8lt5hXW2RhiHKe48= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1623365166; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wvxRMqfJIHGsgZmgszSQ7W5LLXajZs5jSF9Asi0/x34=; b=/8dXXoKT5NOKnfdz9kkszDJyRKEvFOf/ts/D3Kc99aDNralt8NQuYIf70sOuntn/Za50HT 98+0bUgTvxaKTPAw== From: "Jose R. Ziviani" To: qemu-devel@nongnu.org Subject: [PATCH] tcg/arm: Fix tcg_out_op function signature Date: Thu, 10 Jun 2021 19:44:50 -0300 Message-Id: <20210610224450.23425-1-jziviani@suse.de> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer2=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=195.135.220.29; envelope-from=jziviani@suse.de; helo=smtp-out2.suse.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: richard.henderson@linaro.org, qemu-arm@nongnu.org, "Jose R. Ziviani" Errors-To: qemu-devel-bounces+importer2=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (found 2 invalid signatures) Content-Type: text/plain; charset="utf-8" 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(-) diff --git a/tcg/arm/tcg-target.c.inc b/tcg/arm/tcg-target.c.inc index f4c9cb8f9f..5157143246 100644 --- a/tcg/arm/tcg-target.c.inc +++ b/tcg/arm/tcg-target.c.inc @@ -1984,7 +1984,8 @@ static void tcg_out_qemu_st(TCGContext *s, const TCGA= rg *args, bool is64) static void tcg_out_epilogue(TCGContext *s); =20 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, - const TCGArg *args, const int *const_args) + const TCGArg args[TCG_MAX_OP_ARGS], + const int const_args[TCG_MAX_OP_ARGS]) { TCGArg a0, a1, a2, a3, a4, a5; int c; --=20 2.31.1