summaryrefslogtreecommitdiff
path: root/coroutine/universal/Context.S
blob: 0fd8c01e7f5972c78eb9167d0de8bdc6072f4332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if 0
#elif defined __x86_64__
# include "coroutine/amd64/Context.S"
#elif defined __i386__
# include "coroutine/x86/Context.S"
#elif defined __ppc64__
# include "coroutine/ppc64le/Context.S"
#elif defined __arm64__
# include "coroutine/arm64/Context.S"
#else
# error "Unsupported CPU"
#endif