summaryrefslogtreecommitdiff
path: root/src/ppc64/setcontext.S
blob: ffc2500a517387f47c02d4dc8e188166e2383c53 (plain)
1
2
3
4
5
6
7
8
9
	.global _UI_setcontext

_UI_setcontext:
        blr

#ifdef __linux__
        /* We do not need executable stack.  */
        .section        .note.GNU-stack,"",@progbits
#endif