Update memory.c

Correct a "bug" in the define of DEBUG, only one of define and undef should be enable at the same...
This commit is contained in:
Manoël Trapier 2016-11-17 14:40:31 +00:00 committed by GitHub
parent bcf60e8d96
commit 54a685cdaa

View File

@ -40,7 +40,7 @@ byte memory_pages_attr[0x100];
func_rdhook rdh_table[0x100];
func_wrhook wrh_table[0x100];
#define DEBUG
//#define DEBUG
#undef DEBUG
#ifdef DEBUG