This singleton keeps crashing.

Started by
19 comments, last by Ectara 9 years, 8 months ago

Out of curiosity, is this typo-looking code intentional?


#ifdef _MSC_VER
#define __trap  _asm int 3
#else
#define __tram  __asm__("int $3")
#endif

This topic is closed to new replies.

Advertisement