X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Farch.h;h=c8ef4802deee65097222f7234884fdb83c864698;hb=961c6bf2eda5d492d5dbb7e275fe4e0931f7adf8;hp=1a8cf698d5265f10365dbff1a555265de08a1497;hpb=26ac616b6783b8841ccda8b4f1caa7d898d91b86;p=sbcl.git diff --git a/src/runtime/arch.h b/src/runtime/arch.h index 1a8cf69..c8ef480 100644 --- a/src/runtime/arch.h +++ b/src/runtime/arch.h @@ -35,6 +35,9 @@ extern void arch_do_displaced_inst(os_context_t *context, unsigned int orig_inst); extern int arch_os_thread_init(struct thread *thread); +#if defined(LISP_FEATURE_X86) && defined(LISP_FEATURE_SB_THREAD) +extern void arch_os_load_ldt(struct thread *thread); +#endif extern int arch_os_thread_cleanup(struct thread *thread); extern lispobj funcall0(lispobj function);