Commit 87518e0ca36b30429bf4374dfdbf15fdf8a6aeeb
1 parent
3cd7d1dd
reduce verbosity
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3629 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
target-alpha/op_mem.h
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | */ | 19 | */ |
20 | 20 | ||
21 | -#define DEBUG_MEM_ACCESSES | 21 | +//#define DEBUG_MEM_ACCESSES |
22 | #if defined (DEBUG_MEM_ACCESSES) | 22 | #if defined (DEBUG_MEM_ACCESSES) |
23 | void helper_print_mem_EA (target_ulong EA); | 23 | void helper_print_mem_EA (target_ulong EA); |
24 | #define print_mem_EA(EA) do { helper_print_mem_EA(EA); } while (0) | 24 | #define print_mem_EA(EA) do { helper_print_mem_EA(EA); } while (0) |