From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV3gj-0005nB-Jm for qemu-devel@nongnu.org; Fri, 10 Jun 2011 11:31:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QV3gi-0003tb-Ao for qemu-devel@nongnu.org; Fri, 10 Jun 2011 11:31:57 -0400 Received: from mail-px0-f174.google.com ([209.85.212.174]:40149) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV3gh-0003tQ-V7 for qemu-devel@nongnu.org; Fri, 10 Jun 2011 11:31:56 -0400 Received: by pxi15 with SMTP id 15so1893025pxi.33 for ; Fri, 10 Jun 2011 08:31:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 10 Jun 2011 16:31:53 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 06/14] flatload: end_code was only used in a debug message List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 2 June 2011 12:53, Juan Quintela wrote: > - =C2=A0 =C2=A0end_code =3D textpos + text_len; > > =C2=A0 =C2=A0 DBG_FLT("%s %s: TEXT=3D%x-%x DATA=3D%x-%x BSS=3D%x-%x\n", > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 id ? "Lib" : "Load", bprm->file= name, > - =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(int) start_code, (int) end_co= de, > + =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(int) start_code, (int) textpo= s + text_lon, Typo here, should be "text_len", not "text_lon". -- PMM