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