summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-12 21:16:08 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-12 21:16:08 +0000
commit87518e0ca36b30429bf4374dfdbf15fdf8a6aeeb (patch)
tree6ea358e6b74e0fe7c63f8e95c86b26671f033a66 /target-alpha
parentAllow use of SPE extension by all PowerPC targets, (diff)
downloadqemu-kvm-87518e0ca36b30429bf4374dfdbf15fdf8a6aeeb.tar.gz
qemu-kvm-87518e0ca36b30429bf4374dfdbf15fdf8a6aeeb.tar.bz2
qemu-kvm-87518e0ca36b30429bf4374dfdbf15fdf8a6aeeb.zip
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/op_mem.h b/target-alpha/op_mem.h
index 4a0cfc799..5bf73afca 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)