From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIPkW-0005oF-IF for qemu-devel@nongnu.org; Tue, 25 Feb 2014 16:41:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIPkQ-0001ql-Ot for qemu-devel@nongnu.org; Tue, 25 Feb 2014 16:41:12 -0500 Sender: Richard Henderson Message-ID: <530D0DEB.1050906@twiddle.net> Date: Tue, 25 Feb 2014 13:40:59 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1393363535-15222-1-git-send-email-tommusta@gmail.com> In-Reply-To: <1393363535-15222-1-git-send-email-tommusta@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-ppc: Make vgbbd Masks "static const" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 02/25/2014 01:25 PM, Tom Musta wrote: > Per Richard Henderson's review, the array of masks used in the > vgbbd instruction should be declared as static const. > > Signed-off-by: Tom Musta > --- > target-ppc/int_helper.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Reviewed-by: Richard Henderson r~