Add missing definitions for object-not-list-trap,
object-not-instance-trap, peudo-atomic-trap.
(#.cerror-trap
(nt "Cerror trap")
(sb!disassem:handle-break-args #'snarf-error-junk stream dstate))
+ (#.object-not-list-trap
+ (nt "Object not list trap"))
(#.breakpoint-trap
(nt "Breakpoint trap"))
(#.pending-interrupt-trap
(nt "Halt trap"))
(#.fun-end-breakpoint-trap
(nt "Function end breakpoint trap"))
+ (#.object-not-instance-trap
+ (nt "Object not instance trap"))
)))
(define-instruction break (segment code &optional (subcode 0))
cerror
breakpoint
fun-end-breakpoint
- after-breakpoint)
+ after-breakpoint
+ unused
+ pseudo-atomic
+ object-not-list
+ object-not-instance)
(defenum (:prefix trace-table-)
normal
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.4.64"
+"0.9.4.65"