X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Fswitch.S;h=110d62f5d0e03b056bc79206cbc44afad40c9414;hb=71743c2a5a8bf9dbf66a945fd9656baed0d16329;hp=93d9b7c77f6eb8d9ae316c07ae03667c2882a226;hpb=89080d17850a68d57281c14430ee74c94b7f359d;p=bertos.git diff --git a/bertos/emul/switch.S b/bertos/emul/switch.S index 93d9b7c7..110d62f5 100644 --- a/bertos/emul/switch.S +++ b/bertos/emul/switch.S @@ -1,8 +1,2 @@ -#if defined(__i386__) - #include "switch_i386.s" -#elif defined(__x86_64__) - #include "switch_x86_64.s" -#else - #error Unknown CPU -#endif - +#warning This file is deprecated, use switch_ctx_emul.S +#include "switch_ctx_emul.S"