From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFYhL-0006eo-PU for qemu-devel@nongnu.org; Fri, 30 Aug 2013 20:06:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFYhA-0003S2-5b for qemu-devel@nongnu.org; Fri, 30 Aug 2013 20:05:51 -0400 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:33057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFYh9-0003RX-Sx for qemu-devel@nongnu.org; Fri, 30 Aug 2013 20:05:40 -0400 Received: by mail-pd0-f169.google.com with SMTP id r10so2480404pdi.14 for ; Fri, 30 Aug 2013 17:05:38 -0700 (PDT) Sender: Richard Henderson Message-ID: <5221334E.4030509@twiddle.net> Date: Fri, 30 Aug 2013 17:05:34 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1377813961-12208-1-git-send-email-rth@twiddle.net> <1377813961-12208-7-git-send-email-rth@twiddle.net> <20130830165524.GA15762@ohm.aurel32.net> <5220D457.20404@twiddle.net> <20130830191221.GD4219@hall.aurel32.net> <52210651.3080501@twiddle.net> <20130830212301.GK23739@ohm.aurel32.net> In-Reply-To: <20130830212301.GK23739@ohm.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 6/7] tcg: Introduce zero and sign-extended versions of load helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 08/30/2013 02:23 PM, Aurelien Jarno wrote: > As you said earlier the solution would have been to replace > helper_ret_ldl_mmu() by helper_ret_ldsl_mmu(), but it should have been > done in the same patch to not break things. I just wanted to make > sure we don't have the problem in an another target Ah, but that's where we're in luck: helper_ret_ldl_mmu is brand new. It's all of a week old, introduced with the first set of these patches. There are no legacy users. r~