qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5326] Move also DEBUG_PCALL (see r5085)


From: Blue Swirl
Subject: [Qemu-devel] [5326] Move also DEBUG_PCALL (see r5085)
Date: Fri, 26 Sep 2008 18:02:49 +0000

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...) \






reply via email to

[Prev in Thread] Current Thread [Next in Thread]