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
/
ppc64
/
setcontext.S
blob
a72f81f583cc61860a50218ab2b74c16fa17fa85
1
.global _UI_setcontext
2
3
_UI_setcontext:
4
blr
5
6
#ifdef __linux__
7
/* We do not need executable stack. */
8
.section .note.GNU-stack,"",@progbits
9
#endif