From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BZ6rM-0005AA-B9 for qemu-devel@nongnu.org; Sat, 12 Jun 2004 07:39:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BZ6rK-00058H-Pf for qemu-devel@nongnu.org; Sat, 12 Jun 2004 07:39:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZ6rK-000587-MB for qemu-devel@nongnu.org; Sat, 12 Jun 2004 07:39:38 -0400 Received: from [193.252.22.23] (helo=mwinf0803.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BZ6qQ-0006R3-8K for qemu-devel@nongnu.org; Sat, 12 Jun 2004 07:38:42 -0400 Received: from bellard.org (ATuileries-112-1-1-247.w80-11.abo.wanadoo.fr [80.11.167.247]) by mwinf0803.wanadoo.fr (SMTP Server) with ESMTP id 1783C18000F5 for ; Sat, 12 Jun 2004 13:38:40 +0200 (CEST) Message-ID: <40CAEBD6.3000601@bellard.org> Date: Sat, 12 Jun 2004 13:41:10 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] patch: add support for ffree opcodes References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed 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 EricNorthup wrote: > Hi, > > Sun's Java VM emits the ffree st(n) opcodes, which are not currently > supported in qemu. This is not the Right Way to add them, but it works: Thank you for finding the bug ! I added 'ffree' the Right Way :-) Fabrice.