From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] fix warning compiling xl_cmdimpl.c Date: Thu, 6 May 2010 16:02:30 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefano Stabellini , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 06/05/2010 14:20, "Stefano Stabellini" wrote: > + printf("total_memory : %"PRIx64"\n", info.total_pages / i); > + printf("free_memory : %"PRIx64"\n", info.free_pages / i); ITYM PRIu64. That's what I changed it to anyway. -- Keir