repo.or.cz
/
sbcl
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add very hacky symbol constant support and function calling.
[sbcl/llvm.git]
/
src
/
runtime
/
alpha-osf1-os.h
blob
567e55b09eb8a6aa6903cc30b9f0eeb26c258985
1
#ifndef _ALPHA_OSF1_OS_H
2
#define _ALPHA_OSF1_OS_H
3
4
typedef
struct
ucontext os_context_t
;
5
6
static
inline
os_context_t
*
arch_os_get_context
(
void
**
void_context
)
7
{
8
return
(
os_context_t
*) *
void_context
;
9
}
10
11
#endif
/* _ALPHA_OSF1_OS_H */