X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fppc-bsd-os.h;fp=src%2Fruntime%2Fppc-bsd-os.h;h=5c8dde04a5bbabaa2438cae9e8549c420e1b3d57;hb=1657a93e26650ab1f517980bdc9ab0a9b9f624ca;hp=0000000000000000000000000000000000000000;hpb=f211093b67b163fcd82f6f4a4cea32d8f8063bb3;p=sbcl.git diff --git a/src/runtime/ppc-bsd-os.h b/src/runtime/ppc-bsd-os.h new file mode 100644 index 0000000..5c8dde0 --- /dev/null +++ b/src/runtime/ppc-bsd-os.h @@ -0,0 +1,10 @@ +#ifndef _PPC_BSD_OS_H +#define _PPC_BSD_OS_H + +typedef int os_context_register_t; + +static inline os_context_t *arch_os_get_context(void **void_context) { + return (os_context_t *) *void_context; +} + +#endif /* _PPC_BSD_OS_H */