From 7d435cf968d51b7069514f9b3ec50461012f035d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sun, 3 Jan 2016 17:21:34 +0000 Subject: [PATCH] [COMPILER] * BUG: Remove compiler debugging messages. git-svn-id: svn://localhost/gambas/trunk@7546 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/share/gb_code_temp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/share/gb_code_temp.h b/main/share/gb_code_temp.h index 6aa0b9199..93486e51a 100644 --- a/main/share/gb_code_temp.h +++ b/main/share/gb_code_temp.h @@ -21,7 +21,7 @@ ***************************************************************************/ -#define DEBUG +//#define DEBUG #define write_Zxxx(code, val) write_short(code | ((short)val & 0x0FFF)) #define write_Z8xx(code, val) write_short(code | ((short)val & 0x07FF))