From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3YU8-0004uX-OL for qemu-devel@nongnu.org; Tue, 23 Dec 2014 18:03:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3YU3-0004YB-Us for qemu-devel@nongnu.org; Tue, 23 Dec 2014 18:03:24 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:55270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3YU3-0004XN-Oc for qemu-devel@nongnu.org; Tue, 23 Dec 2014 18:03:19 -0500 Message-ID: <549A02DA.2080404@mail.uni-paderborn.de> Date: Wed, 24 Dec 2014 00:03:38 +0000 From: Bastian Koppelmann MIME-Version: 1.0 References: <1419373449-17900-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1419373449-17900-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-tricore: Add missing ULL suffix on 64 bit constant List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org On 12/23/2014 10:24 PM, Peter Maydell wrote: > Add a missing ULL suffix to a 64 bit constant: this suppresses a > compiler warning from mingw32 gcc. > > Signed-off-by: Peter Maydell > --- > target-tricore/op_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks, applied it to my tricore-next branch. Cheers, Bastian