Make UEFI boot-platform build again
[haiku.git] / src / libs / libunwind / ppc32 / setcontext.S
blobb54378a9dc249dc20fc2f6266496d575ff0b6769
1         .global _UI_setcontext
3 _UI_setcontext:
4         retq
6 #ifdef __linux__
7         /* We do not need executable stack.  */
8         .section        .note.GNU-stack,"",@progbits
9 #endif