From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Luo8l-00089a-IP for qemu-devel@nongnu.org; Fri, 17 Apr 2009 09:29:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Luo8g-00086s-Gi for qemu-devel@nongnu.org; Fri, 17 Apr 2009 09:29:59 -0400 Received: from [199.232.76.173] (port=37465 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Luo8g-00086k-9K for qemu-devel@nongnu.org; Fri, 17 Apr 2009 09:29:54 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:59288) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Luo8f-0002FH-O3 for qemu-devel@nongnu.org; Fri, 17 Apr 2009 09:29:54 -0400 Message-ID: <49E88443.2020405@mail.berlios.de> Date: Fri, 17 Apr 2009 15:29:39 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [7132] target-mips: simplify exception generation References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Aurelien Jarno Aurelien Jarno schrieb: > Revision: 7132 > http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7132 > Author: aurel32 > Date: 2009-04-17 13:11:42 +0000 (Fri, 17 Apr 2009) > Log Message: > ----------- > target-mips: simplify exception generation > > There is no need to exit the tb after a call to helper_raise_exception > as it already calls cpu_loop_exit(). > > Signed-off-by: Aurelien Jarno > helper_raise_exception_err is also a candidat. Regards, Stefan