X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Farch.h;h=2e62266d55be768c64088f72631c5162d918d48d;hb=c712f88b26cd7547ee984b90e18c134401335bc3;hp=f50e0d4d82df5ba9be0b62adc50ae08889454b44;hpb=6c605fa4b46d3fee9304c4e40e0e605aa5a24f28;p=sbcl.git diff --git a/src/runtime/arch.h b/src/runtime/arch.h index f50e0d4..2e62266 100644 --- a/src/runtime/arch.h +++ b/src/runtime/arch.h @@ -22,6 +22,7 @@ extern void arch_init(void); /* FIXME: It would be good to document these too! */ extern void arch_skip_instruction(os_context_t*); +extern void arch_handle_allocation_trap(os_context_t*); extern boolean arch_pseudo_atomic_atomic(os_context_t*); extern void arch_set_pseudo_atomic_interrupted(os_context_t*); extern void arch_clear_pseudo_atomic_interrupted(os_context_t*);