kaniini / libucontext

ucontext implementation featuring glibc-compatible ABI
Other
106 stars 41 forks source link

loongarch64, x86: Fix compile issue due to build system issue concerning the common-trampoline #63

Closed VolkerChristian closed 1 month ago

VolkerChristian commented 3 months ago

Do not use trampoline.c but startcontext.S for those two architectures also.

kaniini commented 1 month ago

Merged, thanks!