7 lines
91 B
C
7 lines
91 B
C
|
#if CPU_MIPS == 32
|
||
|
#include "thread-mips32.c"
|
||
|
#else
|
||
|
#error Missing thread impl
|
||
|
#endif
|
||
|
|