repo.or.cz
/
sbcl
/
pkhuong.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1.0.12.19: runtime cleanups by Daniel Lowe
[sbcl/pkhuong.git]
/
src
/
runtime
/
ppc-bsd-os.h
blob
20babe3568fa86254bb185f2e84374f95572bf83
1
#ifndef _PPC_BSD_OS_H
2
#define _PPC_BSD_OS_H
3
4
typedef
int
os_context_register_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
/* _PPC_BSD_OS_H */