Ignore:
Timestamp:
May 1, 2007, 8:56:49 PM (17 years ago)
Author:
rainer
Message:

Fix for ticket #59 (process check malfunction).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r78 r103  
    368368
    369369#if defined(__linux__) && defined(__GNUC__) && defined(__i386__)
    370   __asm__ __volatile__ ("int $0x03");
     370  __asm__ __volatile__ (".byte 0xf1");
    371371#else
    372372  raise(SIGTRAP);
Note: See TracChangeset for help on using the changeset viewer.