mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
Turns out I compile-tested stale trees instead of the broken change Net result is just the simpler MIPS revision (32/64/"classic") lookup rather than the sub-revision (eg mips32r2 etc). Change-Id: Ideebe522d29132f00f3769222f3846000b3a89fd
6 lines
93 B
C
6 lines
93 B
C
#if (CPU_MIPS == 32)
|
|
#include "thread-mips32.c"
|
|
#else
|
|
#error Missing thread impl
|
|
#endif
|
|
|