source:
trunk/libs/newlib/src/libgloss/mn10300/trap.h
@
489
| Last change on this file since 489 was 444, checked in by , 7 years ago | |
|---|---|
| File size: 97 bytes | |
| Line | |
|---|---|
| 1 | #include "syscall.h" |
| 2 | |
| 3 | int __trap0 (); |
| 4 | |
| 5 | #define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3)) |
Note: See TracBrowser
for help on using the repository browser.
