50567d193cf5ad0ed19a4da68f62f0a2b82b5679
[bertos.git] / bertos / emul / switch.S
1 #if defined(__i386__)
2         #include "switch_i386.S"
3 #elif defined(__x86_64__)
4         #include "switch_x86_64.s"
5 #elif defined(_ARCH_PPC) || defined(_ARCH_PPC64)
6         #include "switch_ppc.S"
7 #else
8         #error Unknown CPU
9 #endif
10