Make UEFI boot-platform build again
[haiku.git] / src / libs / libunwind / arm / siglongjmp.S
blob4df07366831914338d717c23115a796f474b9b22
1         /* Dummy implementation for now.  */
3         .globl _UI_siglongjmp_cont
4         .globl _UI_longjmp_cont
6 _UI_siglongjmp_cont:
7 _UI_longjmp_cont:
8         bx lr
9 #ifdef __linux__
10  /* We do not need executable stack.  */
11  .section  .note.GNU-stack,"",%progbits
12 #endif