From patchwork Sun Jul 16 20:03:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Emilio Cota X-Patchwork-Id: 789132 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3x9d052gR4z9s3w for ; Mon, 17 Jul 2017 06:13:09 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=braap.org header.i=@braap.org header.b="mRipxpXD"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="pxIyh2b0"; dkim-atps=neutral Received: from localhost ([::1]:46735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWpud-0007zq-77 for incoming@patchwork.ozlabs.org; Sun, 16 Jul 2017 16:13:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dWpmZ-0001Ah-90 for qemu-devel@nongnu.org; Sun, 16 Jul 2017 16:04:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dWpmU-0008H6-Nc for qemu-devel@nongnu.org; Sun, 16 Jul 2017 16:04:47 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:48037) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dWpmU-0008G4-J0 for qemu-devel@nongnu.org; Sun, 16 Jul 2017 16:04:42 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 4E64720809; Sun, 16 Jul 2017 16:04:41 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sun, 16 Jul 2017 16:04:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=HzhQbOk6ZtSYR/J fQiZvnrr5stExrz/79eIhjlu0Uwk=; b=mRipxpXDBjpT1sJoWLChirldohs90Ve 17W8A1BfcY0OvA9Nzno/adP53H14FlB9wYNbJChS2IcelDF2iCtmz7nZJxiHwsrK Rp3eTRUqeXDXpLsfX8EQPGEHGAPT/Ljowq5hOF0aniDsB1KL9yycYpYb7vjmZf5a lqNFv4It//dg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=HzhQbOk6ZtSYR/JfQiZvnrr5stExrz/79eIhjlu0Uwk=; b=pxIyh2b0 /PAtLQKlY9c2qxYO4UPWLdhU+G796SHnrXVCHbILfTU5nisDo4HRL5J16dF2JtN8 nZYKw9+hb755hWmlgF9RAmtlMXLTB2j+yg126jrHa7Ge90ZFAPWvQN40mSs87L4X 3yb+oT4duXXWL1+x2mwwhUiYvu7kr2n0J8nEa4rykuxh72QoW+dpu1ZkrSNL6XZx qdFCcVVKcfgYZ5Ug6eoXRVMrKjmzOEqYhl0M6z0nBsuAIi1v3/FDrQlNOEgea+/8 sUT2y3+LxphxFuc5D86nKfMV34xp0ltwQ8TE/3cXAIhQYJ+gBZ/+EJNtFlMsey76 Yl1AXfL9ojvFiA== X-ME-Sender: X-Sasl-enc: 2RRd39I6v12VZ4r06wEoKPY0/ecQZinqY2+Tv9YE1JXk 1500235481 Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id 0BE0B24606; Sun, 16 Jul 2017 16:04:41 -0400 (EDT) From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Sun, 16 Jul 2017 16:03:51 -0400 Message-Id: <1500235468-15341-9-git-send-email-cota@braap.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1500235468-15341-1-git-send-email-cota@braap.org> References: <1500235468-15341-1-git-send-email-cota@braap.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.111.4.25 Subject: [Qemu-devel] [PATCH v2 08/45] tcg/i386: constify tcg_target_callee_save_regs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Richard Henderson Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Reviewed-by: Richard Henderson Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Emilio G. Cota --- tcg/i386/tcg-target.inc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/i386/tcg-target.inc.c b/tcg/i386/tcg-target.inc.c index 01e3b4e..06df01a 100644 --- a/tcg/i386/tcg-target.inc.c +++ b/tcg/i386/tcg-target.inc.c @@ -2514,7 +2514,7 @@ static const TCGTargetOpDef *tcg_target_op_def(TCGOpcode op) return NULL; } -static int tcg_target_callee_save_regs[] = { +static const int tcg_target_callee_save_regs[] = { #if TCG_TARGET_REG_BITS == 64 TCG_REG_RBP, TCG_REG_RBX,