From 20576c998695c5af43355916a32ef0c9c3a91acc Mon Sep 17 00:00:00 2001 From: Martin Haye Date: Mon, 30 Nov 2015 07:46:25 -0800 Subject: [PATCH] Turn off memory debugging when not needed. --- Platform/Apple/virtual/src/core/mem.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Apple/virtual/src/core/mem.s b/Platform/Apple/virtual/src/core/mem.s index 3a1ac93a..953421d5 100644 --- a/Platform/Apple/virtual/src/core/mem.s +++ b/Platform/Apple/virtual/src/core/mem.s @@ -29,7 +29,7 @@ MAX_SEGS = 96 DO_COMP_CHECKSUMS = 0 ; during compression debugging DEBUG_DECOMP = 0 -DEBUG = 1 +DEBUG = 0 SANITY_CHECK = 0 ; also prints out request data ; Zero page temporary variables