Skip to content

Commit

Permalink
*entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Costa Shulyupin authored and Costa Shulyupin committed Oct 21, 2020
1 parent 8f5bf57 commit 4e41ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ctracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ extern __thread int ctracer_ret;
#ifdef CTRACER_ON

//#define _entry multistatement(trllog(); goto _entry; _entry)
#define _entry multistatement(_trace_enter(); goto _entry; _entry)
//#define _entry multistatement(_trace_enter(); goto _entry; _entry)


/*
#define _entry multistatement(_trace_enter_exit_(); \
goto _entry_second; _entry_second)
*/

//#define _entry once(trl()); goto _entry; _entry
/*
#define return trlm("} "); return
Expand Down

0 comments on commit 4e41ba1

Please sign in to comment.