X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falpha-linux-os.h;h=d4280429d31ffe0d25c75d843fb6b1f6ac092228;hb=3357d40adfad43ce33a84cdf888977299241f8c8;hp=c765e0876419f4168305f01e19a0b7e1cdff3644;hpb=503a50f07740b52908f630b0492cf56556f1a792;p=sbcl.git diff --git a/src/runtime/alpha-linux-os.h b/src/runtime/alpha-linux-os.h index c765e08..d428042 100644 --- a/src/runtime/alpha-linux-os.h +++ b/src/runtime/alpha-linux-os.h @@ -2,6 +2,7 @@ #define _ALPHA_LINUX_OS_H typedef struct ucontext os_context_t; +typedef long os_context_register_t; static inline os_context_t *arch_os_get_context(void **void_context) { return (os_context_t *) *void_context;