From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDEKh-00015u-No for qemu-devel@nongnu.org; Mon, 19 Jan 2015 10:33:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDEKe-00030W-Gc for qemu-devel@nongnu.org; Mon, 19 Jan 2015 10:33:39 -0500 Received: from mail.uni-paderborn.de ([131.234.142.9]:42364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDEKe-00030F-AE for qemu-devel@nongnu.org; Mon, 19 Jan 2015 10:33:36 -0500 Message-ID: <54BD3214.1020709@mail.uni-paderborn.de> Date: Mon, 19 Jan 2015 16:34:28 +0000 From: Bastian Koppelmann MIME-Version: 1.0 References: <1419373449-17900-1-git-send-email-peter.maydell@linaro.org> <549A02DA.2080404@mail.uni-paderborn.de> In-Reply-To: Content-Type: text/plain; charset=utf-8; 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 Cc: QEMU Developers On 01/19/2015 03:21 PM, Peter Maydell wrote: > On 24 December 2014 at 00:03, Bastian Koppelmann > wrote: >> 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. > Ping? Hi Peter, > (I'm putting together a "miscellaneous stuff from me that's > got forgotten" pull, so I could put it in that if you don't > have any other tricore stuff queued and don't want to do a > pullreq for a one line fix.) thanks for the effort, but it is not forgotten. I'm still working on a patchset for the next pullreq. I'm sending the patchset to the list this week and depending on Richards feedback I will send a pullreq this or next week , but it is hard to tell. If this is too long for you, feel free to add your patch to the misc pull. Cheers, Bastian > -- PMM