From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLeeB-0005Z4-BX for qemu-devel@nongnu.org; Wed, 02 Nov 2011 13:30:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLeeA-00062x-Ap for qemu-devel@nongnu.org; Wed, 02 Nov 2011 13:30:43 -0400 Received: from cantor2.suse.de ([195.135.220.15]:44543 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLeeA-00062o-6H for qemu-devel@nongnu.org; Wed, 02 Nov 2011 13:30:42 -0400 Message-ID: <4EB17E3F.5080302@suse.de> Date: Wed, 02 Nov 2011 18:30:39 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1320185203-28036-1-git-send-email-rth@twiddle.net> In-Reply-To: <1320185203-28036-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] tcg: Fix regression in tcg_gen_deposit_i64. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org Richard Henderson wrote: > The error being caused by the failure to copy the other half of > the input to the output after having narrowed the deposit operation. > Thanks, this makes my ppc32 host work again :) Alex