From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: Definition of eax and rax Date: Wed, 13 Dec 2006 12:37:19 +0000 Message-ID: <4580020F.76E4.0078.0@novell.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xin B Li Cc: Xen Development Mailing List List-Id: xen-devel@lists.xenproject.org >>> "Li, Xin B" 13.12.06 13:12 >>> >Keir, just noticed the macro: >#define __DECL_REG(name) union { uint64_t r ## name, e ## name; } >So, rax and eax are both 64bit, but I think we'd better define eax to >32bit, how do you think? The 32on64 patches will add _eax etc. to have a true reflection of 32-bit registers. Jan