[COMPILER]
* BUG: Remove compiler debugging messages. git-svn-id: svn://localhost/gambas/trunk@7546 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
39ed4dd89e
commit
7d435cf968
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
#define write_Zxxx(code, val) write_short(code | ((short)val & 0x0FFF))
|
#define write_Zxxx(code, val) write_short(code | ((short)val & 0x0FFF))
|
||||||
#define write_Z8xx(code, val) write_short(code | ((short)val & 0x07FF))
|
#define write_Z8xx(code, val) write_short(code | ((short)val & 0x07FF))
|
||||||
|
|
Loading…
Reference in a new issue