X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-bsd-os.h;h=3ff9f5237fb8a36c52d9be82b3f2b274218cae2d;hb=bd455348d39bee562296741689882dcb97c46ba3;hp=8e8b291bc5743421d2bce2a4c0f0c3249c322c53;hpb=4efb45cc0b0b9c3109d7cfd72f3f35de2ca4727e;p=sbcl.git diff --git a/src/runtime/x86-bsd-os.h b/src/runtime/x86-bsd-os.h index 8e8b291..3ff9f52 100644 --- a/src/runtime/x86-bsd-os.h +++ b/src/runtime/x86-bsd-os.h @@ -6,6 +6,8 @@ #include #endif +typedef int os_context_register_t; + static inline os_context_t *arch_os_get_context(void **void_context) { return (os_context_t *) *void_context; }