From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gianluca Guida Subject: Re: [PATCH] Fix arguments passed to SHADOW_PRINTK Date: Thu, 11 Sep 2008 12:42:08 +0100 Message-ID: <48C90410.6070701@eu.citrix.com> References: <48C8FFFA.30706@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <48C8FFFA.30706@lab.ntt.co.jp> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Yoshiaki Tamura Cc: xen-devel , Keir Fraser List-Id: xen-devel@lists.xenproject.org Yoshiaki Tamura wrote: > Keir and Gianluca, > > When I compiled xen-3.3-testing with DEBUG_TRACE_DUMP turned on, > I got the following errors. Would you please tell me how to work around? > > multi.c: In function 'sh_page_fault__guest_2': > multi.c:3045: error: 'struct cpu_user_regs' has no member named 'rip' Using regs->eip should work both on 32 and 64 bit. Thanks, Gianluca