X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-bsd-os.h;h=3ff9f5237fb8a36c52d9be82b3f2b274218cae2d;hb=821de1a3e534e11b682475ebaf836ffa846246f4;hp=8e8b291bc5743421d2bce2a4c0f0c3249c322c53;hpb=b6537fc9d37ad800f8faba89ebbde7fdf8910d2a;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; }