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:
parent
bcf60e8d96
commit
54a685cdaa
@ -40,7 +40,7 @@ byte memory_pages_attr[0x100];
|
|||||||
func_rdhook rdh_table[0x100];
|
func_rdhook rdh_table[0x100];
|
||||||
func_wrhook wrh_table[0x100];
|
func_wrhook wrh_table[0x100];
|
||||||
|
|
||||||
#define DEBUG
|
//#define DEBUG
|
||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user