repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
libs
/
libunwind
/
aarch64
/
siglongjmp.S
blob
9985c4b4aab378bc884cd94b4c5327fdecf8dbf8
1
/* Dummy implementation for now. */
2
3
.global _UI_siglongjmp_cont
4
.global _UI_longjmp_cont
5
6
_UI_siglongjmp_cont:
7
_UI_longjmp_cont:
8
ret
9
#ifdef __linux__
10
/* We do not need executable stack. */
11
.section .note.GNU-stack,"",%progbits
12
#endif