From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzoAh-0002cv-PO for qemu-devel@nongnu.org; Tue, 11 Nov 2008 03:00:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzoAf-0002cE-Az for qemu-devel@nongnu.org; Tue, 11 Nov 2008 03:00:22 -0500 Received: from [199.232.76.173] (port=52428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzoAf-0002c9-4m for qemu-devel@nongnu.org; Tue, 11 Nov 2008 03:00:21 -0500 Received: from mx20.gnu.org ([199.232.41.8]:31052) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KzoAe-0007Vg-JT for qemu-devel@nongnu.org; Tue, 11 Nov 2008 03:00:20 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzoAa-0002GP-L7 for qemu-devel@nongnu.org; Tue, 11 Nov 2008 03:00:16 -0500 Date: Tue, 11 Nov 2008 09:00:04 +0100 From: Thiemo Seufer Message-ID: <20081111080004.GA20116@networkno.de> References: <20081107080048.GA22355@volta.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081107080048.GA22355@volta.aurel32.net> Subject: [Qemu-devel] Re: [PATCH] target-mips: fix mft* helpers/call Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Aurelien Jarno wrote: > This patch attempts to fix mft* helpers and the associated TCG calls. > mft* helpers do not take a register in argument, however: > - some helpers are called with an argument while they do not take one. > - some helpers are declared with an argument they don't use. Strange, I vaguely remember I wrote a similiar patch some months ago, IIRC triggered by a bug report from Stefan Weil. Anyway... > Signed-off-by: Aurelien Jarno Acked-by: Thiemo Seufer Thiemo