From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WI6m4-0004gU-Ja for qemu-devel@nongnu.org; Mon, 24 Feb 2014 20:25:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WI6lx-0002Xi-8O for qemu-devel@nongnu.org; Mon, 24 Feb 2014 20:25:32 -0500 Message-ID: <530C0286.6010208@suse.de> Date: Tue, 25 Feb 2014 03:40:06 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1393251133-2492-1-git-send-email-tommusta@gmail.com> In-Reply-To: <1393251133-2492-1-git-send-email-tommusta@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as UL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Tom Musta wrote: > This patch fixes 64 bit constants that were erroneously declared as "ul" instead of > "ull". The preferred form "ULL" is used. > > Signed-off-by: Tom Musta > Thanks, applied to ppc-next. Alex