Changeset 103 for trunk/include
- Timestamp:
- May 1, 2007, 8:56:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_unix.h
r78 r103 368 368 369 369 #if defined(__linux__) && defined(__GNUC__) && defined(__i386__) 370 __asm__ __volatile__ (" int $0x03");370 __asm__ __volatile__ (".byte 0xf1"); 371 371 #else 372 372 raise(SIGTRAP);
Note:
See TracChangeset
for help on using the changeset viewer.