From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49368 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5Bnj-000839-PG for qemu-devel@nongnu.org; Thu, 31 Mar 2011 02:56:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5Bni-0002TZ-NQ for qemu-devel@nongnu.org; Thu, 31 Mar 2011 02:56:15 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:59627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5Bni-0002TB-JJ for qemu-devel@nongnu.org; Thu, 31 Mar 2011 02:56:14 -0400 Received: by wwj40 with SMTP id 40so2291541wwj.10 for ; Wed, 30 Mar 2011 23:56:13 -0700 (PDT) Date: Thu, 31 Mar 2011 08:56:08 +0200 From: "Edgar E. Iglesias" Message-ID: <20110331065608.GC18970@edde.se.axis.com> References: <1299535213-13866-1-git-send-email-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1299535213-13866-1-git-send-email-michael@walle.cc> Subject: [Qemu-devel] Re: [PATCH] lm32: rename raise opcode to scall List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Walle Cc: qemu-devel@nongnu.org On Mon, Mar 07, 2011 at 11:00:13PM +0100, Michael Walle wrote: > To be consistent with the new reference manual. Applied this and the decoding table patch. Thanks. Cheers