1 - Dump has a parameter.
2 - Dump are enabled.
This commit is contained in:
parent
25ffbc9e0c
commit
150bf2e6d4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue