diff options
-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) |