repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libgloss
/
mn10200
/
trap.h
blob
27636c004dd0d3b32993d8ff689e5d4137930d3f
1
#include
"syscall.h"
2
3
int
__trap0
();
4
5
#define TRAP0(f, p1, p2, p3) __trap0(f, (p1), (p2), (p3))