From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcebR-0007R2-9e for qemu-devel@nongnu.org; Fri, 01 Jul 2011 10:21:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcebP-0000eV-96 for qemu-devel@nongnu.org; Fri, 01 Jul 2011 10:21:52 -0400 Received: from mx2.avast.com ([91.213.143.6]:47905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcebO-0000eC-Ue for qemu-devel@nongnu.org; Fri, 01 Jul 2011 10:21:51 -0400 Message-ID: <4E0DD7FB.7010709@jermar.eu> Date: Fri, 01 Jul 2011 16:21:47 +0200 From: Jakub Jermar MIME-Version: 1.0 References: <4E0CE6A7.10901@jermar.eu> <4E0D9527.7010106@jermar.eu> <4E0DC450.4000700@jermar.eu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [HelenOS-devel] [sparc64] Miscomputed minimum of a group of numbers in sparc64 emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: HelenOS development mailing list , qemu-devel@nongnu.org On 1.7.2011 16:15, Laurent Desnogues wrote: > You don't have to use gdb to reproduce the issue, just add -singlestep > when running qemu. This is strange, -singlestep does not work for me here as the testcase still ends with trap 0x101. The only way how the testcase can succeed for me is via GDB's stepi. Jakub