diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-12 21:16:08 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-12 21:16:08 +0000 |
commit | 87518e0ca36b30429bf4374dfdbf15fdf8a6aeeb (patch) | |
tree | 6ea358e6b74e0fe7c63f8e95c86b26671f033a66 /target-alpha | |
parent | 3cd7d1ddbba67a79854ea258cdf3a07eb0ad5136 (diff) |
reduce verbosity
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3629 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/op_mem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/op_mem.h b/target-alpha/op_mem.h index 4a0cfc7992..5bf73afca0 100644 --- a/target-alpha/op_mem.h +++ b/target-alpha/op_mem.h @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define DEBUG_MEM_ACCESSES +//#define DEBUG_MEM_ACCESSES #if defined (DEBUG_MEM_ACCESSES) void helper_print_mem_EA (target_ulong EA); #define print_mem_EA(EA) do { helper_print_mem_EA(EA); } while (0) |