From 54a685cdaa1b592d7f06203b25faf55a1c60894a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mano=C3=ABl=20Trapier?= Date: Thu, 17 Nov 2016 14:40:31 +0000 Subject: [PATCH] Update memory.c Correct a "bug" in the define of DEBUG, only one of define and undef should be enable at the same... --- src/memorymanager/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memorymanager/memory.c b/src/memorymanager/memory.c index 6abab72..6984619 100755 --- a/src/memorymanager/memory.c +++ b/src/memorymanager/memory.c @@ -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