From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4Fm9-00006S-VI for qemu-devel@nongnu.org; Tue, 20 Apr 2010 11:54:14 -0400 Received: from [140.186.70.92] (port=39005 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4Fm8-00005O-MZ for qemu-devel@nongnu.org; Tue, 20 Apr 2010 11:54:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4Fm7-0003ER-G0 for qemu-devel@nongnu.org; Tue, 20 Apr 2010 11:54:12 -0400 Received: from mail-ww0-f45.google.com ([74.125.82.45]:58966) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4Fm7-0003Dm-Ae for qemu-devel@nongnu.org; Tue, 20 Apr 2010 11:54:11 -0400 Received: by wwg30 with SMTP id 30so922763wwg.4 for ; Tue, 20 Apr 2010 08:54:08 -0700 (PDT) MIME-Version: 1.0 From: Artyom Tarasenko Date: Tue, 20 Apr 2010 17:53:39 +0200 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] sparc: potentially incorrect if dynamic npc? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl , qemu-devel /* XXX: potentially incorrect if dynamic npc */ static void do_branch There are few comments like this in target-sparc/translate.c . In what case is it incorrect? Can do_branch functions be called with dynamic npc?