mirror of
https://github.com/louisrubet/rpn
synced 2025-01-16 03:41:28 +01:00
Added debug capacities
This commit is contained in:
parent
dc71d2c560
commit
c3fff7d08f
1 changed files with 4 additions and 0 deletions
|
@ -39,3 +39,7 @@ static void dump8(unsigned char* to_dump, unsigned long offset,
|
|||
}
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
//
|
||||
#define TRACE(x) cout<<__FUNCTION__<<": "<<(x)<<endl;
|
||||
#define TRACE2(x, y) cout<<__FUNCTION__<<": "<<(x)<<(y)<<endl;
|
||||
|
|
Loading…
Reference in a new issue