summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4a0cfc7..5bf73af 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)
OpenPOWER on IntegriCloud