LLP64: replace uses of sizeof(long) where pointer size is meant
[sbcl.git] / src / runtime / x86-64-arch.c
index bc25a9e..62333e2 100644 (file)
@@ -110,6 +110,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: