X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-darwin-os.h;h=36581d33aec7892200de4106649c4dd66437c507;hb=6fa968aaa8051da23cc3153a1c0e67addbea85f6;hp=b0f9fd16dcb8b684fa29e5c7f67f24d50416c281;hpb=402958f92506b9d3de852601b8c1ccb99b5ee558;p=sbcl.git diff --git a/src/runtime/x86-darwin-os.h b/src/runtime/x86-darwin-os.h index b0f9fd1..36581d3 100644 --- a/src/runtime/x86-darwin-os.h +++ b/src/runtime/x86-darwin-os.h @@ -6,6 +6,8 @@ #include "darwin-os.h" +typedef int os_context_register_t; + static inline os_context_t *arch_os_get_context(void **void_context) { return (os_context_t *) *void_context; }