X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fx86-linux-os.h;h=c24c962301a2571e4a841aea018324cd2cac15b8;hb=04ee798422795a1e3d664c257a6b02b833eec4c6;hp=dfd38bdd5093a2201999ec5386081ab19c38c0e1;hpb=503a50f07740b52908f630b0492cf56556f1a792;p=sbcl.git diff --git a/src/runtime/x86-linux-os.h b/src/runtime/x86-linux-os.h index dfd38bd..c24c962 100644 --- a/src/runtime/x86-linux-os.h +++ b/src/runtime/x86-linux-os.h @@ -2,6 +2,7 @@ #define _X86_LINUX_OS_H typedef struct ucontext os_context_t; +typedef greg_t os_context_register_t; static inline os_context_t *arch_os_get_context(void **void_context) { return (os_context_t *) *void_context;