mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-07-23 15:30:45 -04:00
Working
This commit is contained in:
commit
c898b090dd
1049 changed files with 288572 additions and 0 deletions
10
bertos/emul/switch_ctx_emul.S
Normal file
10
bertos/emul/switch_ctx_emul.S
Normal file
|
@ -0,0 +1,10 @@
|
|||
#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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue