#ifndef GTS_NEED_DEBUG #define GTS_NEED_DEBUG #ifdef DEBUG .text .align 4 need_debug: cmpl $2,nth_call je debug_now ret debug_now: int3 ret #endif #endif