From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TM2c7-0004cJ-9U for qemu-devel@nongnu.org; Wed, 10 Oct 2012 16:10:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TM2bz-0007YO-0a for qemu-devel@nongnu.org; Wed, 10 Oct 2012 16:10:43 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:63044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TM2by-0007XH-Q8 for qemu-devel@nongnu.org; Wed, 10 Oct 2012 16:10:34 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so1074363pbb.4 for ; Wed, 10 Oct 2012 13:10:34 -0700 (PDT) Sender: Richard Henderson Message-ID: <5075D638.8030401@twiddle.net> Date: Wed, 10 Oct 2012 13:10:32 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1349814458-21739-1-git-send-email-aurelien@aurel32.net> <1349814458-21739-6-git-send-email-aurelien@aurel32.net> In-Reply-To: <1349814458-21739-6-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/14] target-mips: cleanup load/store operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 10/09/2012 01:27 PM, Aurelien Jarno wrote: > Load/store operations use macros for historical reasons. Now that there > is no point in keeping them, replace them by direct calls to qemu_ld/st. > > Signed-off-by: Aurelien Jarno > --- > target-mips/translate.c | 91 ++++++++++++++++------------------------------- > 1 file changed, 31 insertions(+), 60 deletions(-) Reviewed-by: Richard Henderson r~