From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGbvE-00084H-Gz for qemu-devel@nongnu.org; Thu, 20 Feb 2014 17:16:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGbv5-0008EL-Ez for qemu-devel@nongnu.org; Thu, 20 Feb 2014 17:16:48 -0500 Received: from mail-la0-f44.google.com ([209.85.215.44]:64960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGbv5-0008E8-84 for qemu-devel@nongnu.org; Thu, 20 Feb 2014 17:16:39 -0500 Received: by mail-la0-f44.google.com with SMTP id hr13so1796430lab.17 for ; Thu, 20 Feb 2014 14:16:38 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <530674B3.8050903@weilnetz.de> References: <1392925647-14649-1-git-send-email-peter.maydell@linaro.org> <530674B3.8050903@weilnetz.de> From: Peter Maydell Date: Thu, 20 Feb 2014 22:16:18 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] target-ppc/translate.c: Use ULL suffix for 64 bit constants List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Tom Musta , Alexander Graf , "qemu-ppc@nongnu.org" , QEMU Developers , Patch Tracking On 20 February 2014 21:33, Stefan Weil wrote: > (I personally prefer ULL instead of ull because it avoids constants > ending with 'full', and if we ignore the disas code, ULL is also more > common in QEMU) I agree, as it happens, but I opted to stick with the existing case here. thanks -- PMM