X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fppc-darwin-os.h;h=adbbdadabbd54ee36fd9a2de7d1b2d8b8adca45e;hb=731da68c7e3b7f2c4bc310aa75fc75f5aead24d2;hp=1ff373237bf822860e6a22b28363252f2d5dcc97;hpb=343ef95fda9da33830d5ab6aabe5368c898f0918;p=sbcl.git diff --git a/src/runtime/ppc-darwin-os.h b/src/runtime/ppc-darwin-os.h index 1ff3732..adbbdad 100644 --- a/src/runtime/ppc-darwin-os.h +++ b/src/runtime/ppc-darwin-os.h @@ -1,6 +1,8 @@ #ifndef _PPC_DARWIN_OS_H #define _PPC_DARWIN_OS_H +typedef unsigned int os_context_register_t; + static inline os_context_t *arch_os_get_context(void **void_context) { return (os_context_t *) *void_context; }