From nobody Fri Nov 7 12:28:49 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 15391833127021013.7023973422813; Wed, 10 Oct 2018 07:55:12 -0700 (PDT) Received: from localhost ([::1]:57720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAFtH-0007Cr-H3 for importer@patchew.org; Wed, 10 Oct 2018 10:55:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAFnU-0002nx-Mj for qemu-devel@nongnu.org; Wed, 10 Oct 2018 10:49:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAFnP-0004bf-MV for qemu-devel@nongnu.org; Wed, 10 Oct 2018 10:49:12 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:48271) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gAFnP-0004aZ-F1 for qemu-devel@nongnu.org; Wed, 10 Oct 2018 10:49:07 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5B2C822123; Wed, 10 Oct 2018 10:49:05 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Wed, 10 Oct 2018 10:49:05 -0400 Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id F1DC5102EC; Wed, 10 Oct 2018 10:49:04 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h= from:to:cc:subject:date:message-id:in-reply-to:references; s= mesmtp; bh=RnnyextfCFUjAOna+t7W8gWY39U5DeplciMPVmW8uE0=; b=bQBVe i694fQxDiaixsyQu76vSNIi8vWgjcUEuSWz5O/uOGZXVNLtaV6hfyOuMz35uOAEp roHRkZ6sNoLDgsR3hP9GLZmNYqdDzOgvQyVi7uvmrjAZj0iorSuwfcBN15Zzs6XT DCZv7SCGpg8ohlLw/cpsiSesAuG6swDqsXBqLw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=RnnyextfCFUjAOna+t7W8gWY39U5D eplciMPVmW8uE0=; b=JEk/25yky5dJT7OH4bhymj46EIdgvB6xGctlb/mP5RNhc EXJNX/DKlpZlNC4ClRFohIhc9oZk7H9SE7csfTZ8wghuYunv4sCN/My8prKGfPC5 Gw73TF203tywiRWPQZvB8SiaOMGiZ8L1A6sJPsGdMZPhmj89KgbSXf/m4mAFyyKo 7nF8FBw6b7zaYTdnc0bBmETU+/3G5Tp44qYsCcQO0yfcAea2jTmCu5b4gUOb9Xtr 5DYsZD0XznaCVepTvuY0/rHjTYG15UelTW9dUbVJC6oUo2WYqxbwfhxQM+GczgeL NBiBZalnH8+W7CcA8BCfENSh4Kn2ol831Rv8Aiplw== X-ME-Sender: X-ME-Proxy: From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Wed, 10 Oct 2018 10:48:52 -0400 Message-Id: <20181010144853.13005-4-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181010144853.13005-1-cota@braap.org> References: <20181010144853.13005-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.27 Subject: [Qemu-devel] [PATCH 3/4] tcg: plug holes in struct TCGProfile 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+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" This plugs two 4-byte holes in 64-bit. Signed-off-by: Emilio G. Cota --- tcg/tcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index f9f12378e9..d80ef2a883 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -633,8 +633,8 @@ typedef struct TCGProfile { int64_t tb_count; int64_t op_count; /* total insn count */ int op_count_max; /* max insn per TB */ - int64_t temp_count; int temp_count_max; + int64_t temp_count; int64_t del_op_count; int64_t code_in_len; int64_t code_out_len; --=20 2.17.1