DO NOT MERGE - disable memory dumps

This disables the hex dumps of memory for registers other than PC
and LR.

Bug 5484924

Change-Id: I26cff857e5d01ed30548ca3e55bdddd63b592c0c
This commit is contained in:
Andy McFadden 2011-11-16 15:50:55 -08:00
parent 61b90bd211
commit ecf0e9e53a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include "utility.h"
/* enable to dump memory pointed to by every register */
#define DUMP_MEM_FOR_ALL_REGS 1
#define DUMP_MEM_FOR_ALL_REGS 0
#ifdef WITH_VFP
#ifdef WITH_VFP_D32