1 - Dump has a parameter.
2 - Dump are enabled.
This commit is contained in:
@@ -9,13 +9,13 @@
|
|||||||
* compile time options
|
* compile time options
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* #define DUMP 1 /* dump between passes */
|
#define DUMP 1 /* dump between passes */
|
||||||
/* #define TIMING 1 /* some timing measurements */
|
/* #define TIMING 1 /* some timing measurements */
|
||||||
/* #define JOHAN 1 /* dump the loaded instructions */
|
/* #define JOHAN 1 /* dump the loaded instructions */
|
||||||
/* #define MEMUSE 1 /* print memory usage statistics */
|
/* #define MEMUSE 1 /* print memory usage statistics */
|
||||||
|
|
||||||
#ifndef DUMP
|
#ifndef DUMP
|
||||||
#define dump() /* nothing */
|
#define dump(x) /* nothing */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef TIMING
|
#ifndef TIMING
|
||||||
|
|||||||
Reference in New Issue
Block a user