Ignore:
Timestamp:
Aug 21, 2012, 7:12:10 PM (12 years ago)
Author:
katerina
Message:

Fix for tickets #303, #304, #305. #306, and #307. Update version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r381 r405  
    400400#endif
    401401
    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   */
    405404  raise(SIGTRAP);
    406 #endif
    407405 
    408406  if (sh_not_traced == 0)
    409407    _exit(5);
     408
    410409  sh_not_traced = 0;
    411410  return (0);
Note: See TracChangeset for help on using the changeset viewer.