X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fruntime%2Fx86-arch.c;h=f85ed070853336910b58ae6bf1c955a03dbe4a49;hb=0285aa5ff8416027932daa001b84429be2ca559b;hp=cbb6fb4edf8e909e3b420c6cc56fa87fe47c7080;hpb=6793d7dd32d1fa48d2ee395e240e1b7ff857912e;p=sbcl.git diff --git a/src/runtime/x86-arch.c b/src/runtime/x86-arch.c index cbb6fb4..f85ed07 100644 --- a/src/runtime/x86-arch.c +++ b/src/runtime/x86-arch.c @@ -113,6 +113,10 @@ void arch_skip_instruction(os_context_t *context) case trap_FunEndBreakpoint: /* not tested */ break; +#ifdef LISP_FEATURE_SB_SAFEPOINT + case trap_GlobalSafepoint: + case trap_CspSafepoint: +#endif case trap_PendingInterrupt: case trap_Halt: case trap_SingleStepAround: