X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Fswitch.S;h=110d62f5d0e03b056bc79206cbc44afad40c9414;hb=b8654961cd6761207f6fc880229b39314f6749e2;hp=50567d193cf5ad0ed19a4da68f62f0a2b82b5679;hpb=3d5ccfc3c08dd64f1923c09956406890d88fbc1f;p=bertos.git diff --git a/bertos/emul/switch.S b/bertos/emul/switch.S index 50567d19..110d62f5 100644 --- a/bertos/emul/switch.S +++ b/bertos/emul/switch.S @@ -1,10 +1,2 @@ -#if defined(__i386__) - #include "switch_i386.S" -#elif defined(__x86_64__) - #include "switch_x86_64.s" -#elif defined(_ARCH_PPC) || defined(_ARCH_PPC64) - #include "switch_ppc.S" -#else - #error Unknown CPU -#endif - +#warning This file is deprecated, use switch_ctx_emul.S +#include "switch_ctx_emul.S"