mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
reduce verbosity
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3629 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3cd7d1ddbb
commit
87518e0ca3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue