qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [4342] Disable debug code for production.


From: Aurelien Jarno
Subject: [Qemu-devel] [4342] Disable debug code for production.
Date: Mon, 05 May 2008 21:26:53 +0000

Revision: 4342
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4342
Author:   aurel32
Date:     2008-05-05 21:26:52 +0000 (Mon, 05 May 2008)

Log Message:
-----------
Disable debug code for production.

Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/exec-all.h

Modified: trunk/exec-all.h
===================================================================
--- trunk/exec-all.h    2008-05-05 21:26:43 UTC (rev 4341)
+++ trunk/exec-all.h    2008-05-05 21:26:52 UTC (rev 4342)
@@ -19,7 +19,7 @@
  */
 
 /* allow to see translation results - the slowdown should be negligible, so we 
leave it */
-#define DEBUG_DISAS
+//#define DEBUG_DISAS
 
 /* is_jmp field values */
 #define DISAS_NEXT    0 /* next instruction can be analyzed */






reply via email to

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