X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmips%2Finsts.lisp;h=8e21fd8da28e8f04755f0e9975aad26274c95e36;hb=5c119c97cb1504dfdd5260fe8bcf1b8ac89ea3aa;hp=a6b7c7231461df6c2c804a520db62c7730d807d3;hpb=f68aae04c952d9e9749c0f7cc8cf3768e82f15a8;p=sbcl.git diff --git a/src/compiler/mips/insts.lisp b/src/compiler/mips/insts.lisp index a6b7c72..8e21fd8 100644 --- a/src/compiler/mips/insts.lisp +++ b/src/compiler/mips/insts.lisp @@ -1085,7 +1085,11 @@ (#.object-not-list-trap (nt "Object not list trap")) (#.object-not-instance-trap - (nt "Object not instance trap")))))) + (nt "Object not instance trap")) + (#.single-step-around-trap + (nt "Single step around trap")) + (#.single-step-before-trap + (nt "Single step before trap")))))) (define-instruction break (segment code &optional (subcode 0)) (:declare (type (unsigned-byte 10) code subcode))