diff --git a/src/debug.h b/src/debug.h index 7fa2a49..295c665 100644 --- a/src/debug.h +++ b/src/debug.h @@ -39,3 +39,7 @@ static void dump8(unsigned char* to_dump, unsigned long offset, } printf("\n"); } + +// +#define TRACE(x) cout<<__FUNCTION__<<": "<<(x)<