commit | dc99065b5f97cc0410f88e3f90c7440531a55f9f | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Mar 19 00:00:28 2003 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Mar 19 00:00:28 2003 +0000 |
tree | a0566030175ea990f8aeeec662b3fa2e6b704bcf | |
parent | ca735206e0f223d75894260fb98c0c605f590817 [diff] [blame] |
added flags computation optimization git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@34 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/exec-i386.c b/exec-i386.c index 8144add..538ebe0 100644 --- a/exec-i386.c +++ b/exec-i386.c
@@ -19,7 +19,7 @@ */ #include "exec-i386.h" -#define DEBUG_EXEC +//#define DEBUG_EXEC #define DEBUG_FLUSH /* main execution loop */