]> code.delx.au - pulseaudio/blob - polyp/debug.h
sample cache work
[pulseaudio] / polyp / debug.h
1 #ifndef foodebughfoo
2 #define foodebughfoo
3
4 /* A nice trick for debuggers, working on x86 only */
5
6 #define DEBUG_TRAP __asm__("int $3")
7
8 #endif