index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
asm
/
mips
/
thread.c
blob: 37480da10a64ed3dedc10d68f593e64e5b891b4b (
plain
)
1
2
3
4
5
6
#if CPU_MIPS == 32
#include
"thread-mips32.c"
#else
#error Missing thread impl
#endif