Changeset 405 for trunk/include/sh_unix.h
- Timestamp:
- Aug 21, 2012, 7:12:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_unix.h
r381 r405 400 400 #endif 401 401 402 #if defined(__linux__) && defined(__GNUC__) && defined(__i386__) 403 __asm__ __volatile__ (".byte 0xf1"); 404 #else 402 /* raise() sends to same thread, like pthread_kill(pthread_self(), sig); 403 */ 405 404 raise(SIGTRAP); 406 #endif407 405 408 406 if (sh_not_traced == 0) 409 407 _exit(5); 408 410 409 sh_not_traced = 0; 411 410 return (0);
Note:
See TracChangeset
for help on using the changeset viewer.