setcontext.S 173 B

123456789
  1. .global _UI_setcontext
  2. _UI_setcontext:
  3. retq
  4. #ifdef __linux__
  5. /* We do not need executable stack. */
  6. .section .note.GNU-stack,"",@progbits
  7. #endif