From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH] xenalyze: add missing casts to fix 64bit build Date: Thu, 26 Jan 2012 16:45:03 +0000 Message-ID: <1327596303.24345.64.camel@elijah> References: <94f71dded5ab5a31224b.1326376371@probook.site> <1327580855.24345.1.camel@elijah> <20120126164323.GA9886@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120126164323.GA9886@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Olaf Hering Cc: George Dunlap , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org OK, I've applied it. -George On Thu, 2012-01-26 at 16:43 +0000, Olaf Hering wrote: > On Thu, Jan 26, George Dunlap wrote: > > > How about this patch instead? It makes the base variable "long", so > > that we don't need the extra intermediate cast. > > Compiles ok for me. > > Thanks. > > Olaf