From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KjHeX-0000O0-O3 for qemu-devel@nongnu.org; Fri, 26 Sep 2008 14:02:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KjHeW-0000NL-8R for qemu-devel@nongnu.org; Fri, 26 Sep 2008 14:02:53 -0400 Received: from [199.232.76.173] (port=51533 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjHeW-0000NG-4J for qemu-devel@nongnu.org; Fri, 26 Sep 2008 14:02:52 -0400 Received: from savannah.gnu.org ([199.232.41.3]:45487 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KjHeV-0004Ae-O3 for qemu-devel@nongnu.org; Fri, 26 Sep 2008 14:02:52 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KjHeT-0006No-QJ for qemu-devel@nongnu.org; Fri, 26 Sep 2008 18:02:49 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KjHeT-0006Nk-HF for qemu-devel@nongnu.org; Fri, 26 Sep 2008 18:02:49 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Fri, 26 Sep 2008 18:02:49 +0000 Subject: [Qemu-devel] [5326] Move also DEBUG_PCALL (see r5085) 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 Revision: 5326 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5326 Author: blueswir1 Date: 2008-09-26 18:02:48 +0000 (Fri, 26 Sep 2008) Log Message: ----------- Move also DEBUG_PCALL (see r5085) Modified Paths: -------------- trunk/target-sparc/helper.c trunk/target-sparc/op_helper.c Modified: trunk/target-sparc/helper.c =================================================================== --- trunk/target-sparc/helper.c 2008-09-26 16:12:14 UTC (rev 5325) +++ trunk/target-sparc/helper.c 2008-09-26 18:02:48 UTC (rev 5326) @@ -31,7 +31,6 @@ //#define DEBUG_MMU //#define DEBUG_FEATURES -//#define DEBUG_PCALL static int cpu_sparc_find_by_name(sparc_def_t *cpu_def, const char *cpu_model); Modified: trunk/target-sparc/op_helper.c =================================================================== --- trunk/target-sparc/op_helper.c 2008-09-26 16:12:14 UTC (rev 5325) +++ trunk/target-sparc/op_helper.c 2008-09-26 18:02:48 UTC (rev 5326) @@ -10,6 +10,7 @@ //#define DEBUG_UNALIGNED //#define DEBUG_UNASSIGNED //#define DEBUG_ASI +//#define DEBUG_PCALL #ifdef DEBUG_MMU #define DPRINTF_MMU(fmt, args...) \