Make UEFI boot-platform build again
[haiku.git] / src / libs / libunwind / hppa / siglongjmp.S
blob34878dbe8f374a0ced3e1b89223eea1a02664869
1         /* Dummy implementation for now.  */
3         .globl _UI_siglongjmp_cont
4         .globl _UI_longjmp_cont
6 _UI_siglongjmp_cont:
7 _UI_longjmp_cont:
8         .proc
9         .callinfo
10 #warning fix me
11         bv      %r0(%rp)
12         .procend
13 #ifdef __linux__
14         /* We do not need executable stack.  */
15         .section        .note.GNU-stack,"",@progbits
16 #endif